text

text() Instance Public methods BSTR text text content of the node and subtree

escape_path

escape_path(str) Instance Public methods Escapes path str

to_rfc822text

to_rfc822text() Instance Public methods Alias for: to_mailtext

fill

ary.fill(obj) â aryary.fill(obj, start [, length]) â aryary.fill(obj, range ) â aryary.fill { |index| block } â aryary.fill(start [, length] ) { |index| block } â aryary.fill(range) { |index| block } â ary Instance Public methods The first three forms set the selected elements of self (which may be the entire array) to obj. A start of nil is equivalent to zero. A length of nil is e

count_objects

ObjectSpace.count_objects([result_hash]) â hash Class Public methods Counts objects for each type. It returns a hash, such as: { :TOTAL=>10000, :FREE=>3011, :T_OBJECT=>6, :T_CLASS=>404, # ... } The contents of the returned hash are implementation specific. It may be changed in future. If the optional argument result_hash is given, it is overwritten and returned. This is intended to avoid probe effect. This method is only expected to work on C Ruby.

tagid

tagid(tag) Instance Public methods

current_configinfo

current_configinfo(key=nil) Instance Public methods

new

new(klass, namespace = nil, name = nil) Class Public methods Returns a new ActiveModel::Name instance. By default, the namespace and name option will take the namespace and name of the given class respectively. module Foo class Bar end end ActiveModel::Name.new(Foo::Bar).to_s # => "Foo::Bar"

line_trace_all

line_trace_all() Instance Public methods Experimental MRI specific feature, only available as C level api. Returns all specified_line events.

partial_collection_shorthand_with_locals

partial_collection_shorthand_with_locals() Instance Public methods