Class: Pubid::Itu::Parser

Inherits:
Parslet::Parser
  • Object
show all
Defined in:
lib/pubid/itu/parser.rb

Class Method Summary collapse

Class Method Details

.parse(input) ⇒ Object



220
221
222
# File 'lib/pubid/itu/parser.rb', line 220

def self.parse(input)
  new.parse(input)
end