B
Benny
hi,
from what I've learned from the yaml.rb docs I can initialize an object
in YAML with
!ruby/object:Classname
para1: val1
para2: val2
now how can I call a specific method of this object (in YAML as well)?
benny
from what I've learned from the yaml.rb docs I can initialize an object
in YAML with
!ruby/object:Classname
para1: val1
para2: val2
now how can I call a specific method of this object (in YAML as well)?
benny