constants 2

mod.constants(inherit=true) â array Instance Public methods Returns an array of the names of the constants accessible in mod. This includes the names of constants in any included modules (example at start of section), unless the inherit parameter is set to false. IO.constants.include?(:SYNC) #=> true IO.constants(false).include?(:SYNC) #=> false Also see Module::const_defined?.

partial_collection_shorthand_with_different_types_of_records

partial_collection_shorthand_with_different_types_of_records() Instance Public methods

export_with_clear 2

export_with_clear() Instance Public methods

with_config

with_config(config, default=nil) Instance Public methods Tests for the presence of a --with-config or --without-config option. Returns true if the with option is given, false if the without option is given, and the default value otherwise. This can be useful for adding custom definitions, such as debug information. Example: if with_config("debug") $defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_DEBUG" end

nodeValue

nodeValue() Instance Public methods VARIANT nodeValue value stored in the node

up

up() Instance Public methods

bind

bind(seq, *args) Instance Public methods def bind(seq, cmd=Proc.new, *args) _bind([@t.path, 'tag', 'bind', @id], seq, cmd, *args) self end

set_translation 2

set_translation(locale, src_str, trans_str=None, enc='utf-8') Instance Public methods

value_type=

value_type=(val) Instance Public methods Alias for: set_value_type

irb_level

irb_level() Instance Public methods Size of the current WorkSpace stack