Class: FormatParser::Archive::Entry
- Inherits:
-
Object
- Object
- FormatParser::Archive::Entry
- Defined in:
- lib/archive.rb
Instance Method Summary collapse
Instance Method Details
#to_json(*a) ⇒ Object
8 9 10 |
# File 'lib/archive.rb', line 8 def to_json(*a) to_h.to_json(*a) end |