Class: Pubid::Jis::Parser

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

Class Method Summary collapse

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