search for: node_one

Displaying 1 result from an estimated 1 matches for "node_one".

Did you mean: node_end
2008 Jan 18
2
NameError when using alias_method -- but method exists?
...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 the wrong approach? Any input would be much appreciated. Thanks, kodama -- Posted via ht...