int.to_d â bigdecimal Instance Public methods Convert int to a BigDecimal and return it. require 'bigdecimal' require 'bigdecimal/util' 42.to_d # => #<BigDecimal:1008ef070,'0.42E2',9(36)>
inspect() Instance Public methods
notify_names() Instance Public methods
previous_sibling=(other) Instance Public methods Sets the previous sibling of this child. This can be used to insert a child before some other child. a = Element.new("a") b = a.add_element("b") c = Element.new("c") b.previous_sibling = c # => <a><b/><c/></a>
current_pane_configinfo(win, key=nil) Instance Public methods Alias for: current_paneconfiginfo
delete(index_or_header) Instance Public methods Removes and returns the indicated column or row. In the default mixed mode indices refer to rows and everything else is assumed to be a column header. Use #by_col!() or #by_row!() to force the lookup.
definition() Instance Public methods IXMLDOMNode definition pointer to the definition of the node in the DTD or schema
add_transaction_record(record) Instance Public methods Register a record with the current transaction so that its after_commit and after_rollback callbacks can be called.
new(stream, options = {}) Class Public methods
to_toc() Class Public methods Singleton for table-of-contents generation
Page 311 of 2275