strio.seek(amount, whence=SEEK_SET) â 0 Instance Public methods Seeks to a given offset amount in the stream according to the value of whence (see IO#seek).
Dir.getwd â string Class Public methods Returns the path to the current working directory of this process as a string. Dir.chdir("/tmp") #=> 0 Dir.getwd #=> "/tmp"
__BLT_EPS_item_strval_optkeys(id) Instance Public methods Alias for: __item_strval_optkeys
controller_name() Instance Public methods Delegates to the class' controller_name
overlaps?(other) Instance Public methods Compare two ranges and see if they overlap each other (1..5).overlaps?(4..6) # => true (1..5).overlaps?(7..9) # => false
lookup_method(name) Instance Public methods Returns a filtered list of methods matching name
dbm.replace(obj) Instance Public methods Replaces the contents of the database with the contents of the specified object. Takes any object which implements the #each_pair method, including Hash and DBM objects.
inherited(base) Class Public methods
result() Instance Public methods
system(command, *options) â SystemCommand Instance Public methods Executes the given command with the options parameter. Example: print sh.system("ls", "-l") sh.system("ls", "-l") | sh.head > STDOUT
Page 689 of 2275