Displaying 1 result from an estimated 1 matches for "node_three".
Did you mean:
inode_tree
2008 Jan 18
2
NameError when using alias_method -- but method exists?
...s, saying:
NameError: undefined method `load_file'' for module `YAML''
from (irb):2:in `alias_method''
from (irb):2
But, continuing in irb:
>> #But apparently that NameError is not true?
?> YAML.load_file(''test.yml'')
=> {"node_three"=>{"a"=>1, "b"=>2, "c"=>3}, "node_one"=>{"a"=>1, "b"=>2,
"c"=>3}
, "node_two"=>{"a"=>1, "b"=>2, "c"=>3}}
>>
Am I missing something or taking...