api_dir() Instance Public methods
filtered_parameters() Instance Public methods Return a hash of parameters with all sensitive data replaced.
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)>
infinite?() Instance Public methods Returns nil, -1, or +1 depending on whether the value is finite, -infinity, or +infinity.
select(root) => array Instance Public methods Selects and returns an array with all matching elements, beginning with one node and traversing through all children depth-first. Returns an empty array if no match is found. The root node may be any element in the document, or the document itself. For example: selector = HTML::Selector.new "input[type=text]" matches = selector.select(element) matches.each do |match| puts "Found text field with name #{match.attributes['name']}" en
dataType() Instance Public methods VARIANT dataType the data type of the node
has_attributes?() Instance Public methods Evaluates to true if this element has any attributes set, false otherwise.
fix.divmod(numeric) â array Instance Public methods See Numeric#divmod.
emitter.end_sequence Instance Public methods End sequence emission. See Psych::Handler#end_sequence
deep_transform_keys!(&block) Instance Public methods Destructively convert all keys by using the block operation. This includes the keys from the root hash and from all nested hashes and arrays.
Page 54 of 2275