Class: Pubid::Iho::Parser
- Inherits:
-
Parslet::Parser
- Object
- Parslet::Parser
- Pubid::Iho::Parser
- Defined in:
- lib/pubid/iho/parser.rb
Overview
Parser class for IHO identifiers
Class Method Summary collapse
Class Method Details
.parse(string) ⇒ Object
63 64 65 |
# File 'lib/pubid/iho/parser.rb', line 63 def self.parse(string) new.parse(string.strip) end |