addtag_below(tagOrId, target) Instance Public methods
out(device) { block } Instance Public methods Calls device.print on the result passing the block to transact
mod.class_variable_get(symbol) â obj Instance Public methods Returns the value of the given class variable (or throws a NameError exception). The @@ part of the variable name should be included for regular class variables class Fred @@foo = 99 end Fred.class_variable_get(:@@foo) #=> 99
ec.inspect â string Instance Public methods Returns a printable version of ec ec = Encoding::Converter.new("iso-8859-1", "utf-8") puts ec.inspect #=> #<Encoding::Converter: ISO-8859-1 to UTF-8>
colormap(win) Class Public methods
new(handlers) Class Public methods Create a new handler with the open handlers Used internally by Fiddle::Importer#dlload
stat.rdev â fixnum or nil Instance Public methods Returns an integer representing the device type on which stat resides. Returns nil if the operating system doesn't support this feature. File.stat("/dev/fd1").rdev #=> 513 File.stat("/dev/tty").rdev #=> 1280
remove_belongs_to(table_name, ref_name, options = {}) Instance Public methods Alias for: remove_reference
root() Instance Public methods Returns the root node. A Document may only have one root node: yaml.org/spec/1.1/#id898031
transaction_isolation_levels() Instance Public methods
Page 610 of 2275