Class: Pubid::Jis::Parser
- Inherits:
-
Parslet::Parser
- Object
- Parslet::Parser
- Pubid::Jis::Parser
- Defined in:
- lib/pubid/jis/parser.rb
Class Method Summary collapse
-
.parse(input) ⇒ Object
Parse and normalize Japanese characters.
Class Method Details
.parse(input) ⇒ Object
Parse and normalize Japanese characters
104 105 106 |
# File 'lib/pubid/jis/parser.rb', line 104 def self.parse(input) new.parse(input) end |