Method: Resourceful::Resource::Format.build
- Defined in:
- lib/resourceful/resource/format.rb
.build(str) ⇒ Object
30 31 32 |
# File 'lib/resourceful/resource/format.rb', line 30 def build(str) raise 'method not implemented by this format' end |