Module: Storify::StringRepresentable
- Includes:
- Representable::JSON
- Defined in:
- lib/storify/string.rb
Instance Method Summary collapse
Instance Method Details
#from_hash(hsh, *args) ⇒ Object
8 |
# File 'lib/storify/string.rb', line 8 def from_hash(hsh, *args); hsh; end |
#to_hash ⇒ Object
7 |
# File 'lib/storify/string.rb', line 7 def to_hash(*); self; end |