Method: Stree::Object#save
- Defined in:
- lib/stree/object.rb
#save ⇒ Object
Saves the object, returns true if successfull.
72 73 74 75 |
# File 'lib/stree/object.rb', line 72 def save put_object true end |
Saves the object, returns true if successfull.
72 73 74 75 |
# File 'lib/stree/object.rb', line 72 def save put_object true end |