Class: Pubid::Ccsds::Parser
- Inherits:
-
Parslet::Parser
- Object
- Parslet::Parser
- Pubid::Ccsds::Parser
- Defined in:
- lib/pubid/ccsds/parser.rb
Class Method Summary collapse
Class Method Details
.parse(input) ⇒ Object
66 67 68 |
# File 'lib/pubid/ccsds/parser.rb', line 66 def self.parse(input) new.parse(input) end |