dir.seek( integer ) â dir Instance Public methods Seeks to a particular location in dir. integer must be a value returned by Dir#tell. d = Dir.new("testdir") #=> #<Dir:0x401b3c40> d.read #=> "." i = d.tell #=> 12 d.read #=> ".." d.seek(i) #=> #<Dir:0x401b3c40> d.read #=> ".."
set_tag_constrain(val, str, *args) Instance Public methods
measure_displayof(win, text) Instance Public methods
PI(prec) Instance Public methods Computes the value of pi to the specified number of digits of precision.
dt.to_datetime â self Instance Public methods Returns self.
winfo_geometry() Instance Public methods
call(env) Instance Public methods
say_status(status, color, message = relative_destination) Instance Protected methods
state_undefine(*names) Instance Public methods
new(logger) Class Public methods
Page 754 of 2275