Method: RubyRest::Atom::Entry::Document#clone
- Defined in:
- lib/rubyrest/atom.rb
#clone ⇒ Object
Overrides the default implementation by returning a new Ruby-on-Rest Atom Document
180 181 182 |
# File 'lib/rubyrest/atom.rb', line 180 def clone self.class.new self.to_s end |