Class: Pubid::Ccsds::Parser

Inherits:
Parslet::Parser
  • Object
show all
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