Class: Array

Inherits:
Object show all
Defined in:
lib/rbyaml.rb,
lib/rbyaml/util.rb

Instance Method Summary collapse

Instance Method Details

#__is_aObject



17
# File 'lib/rbyaml/util.rb', line 17

def __is_a; true end

#is_complex_yaml?Boolean

Returns:

  • (Boolean)


277
# File 'lib/rbyaml.rb', line 277

def is_complex_yaml?; true; end

#yaml_initialize(tag, val) ⇒ Object



278
# File 'lib/rbyaml.rb', line 278

def yaml_initialize( tag, val ); concat( val.to_a ); end