module Anystyle
Public Class Methods
dictionary()
click to toggle source
# File lib/anystyle/parser/utility.rb 11 def self.dictionary 12 Parser::Dictionary.instance 13 end
parse(*arguments)
click to toggle source
# File lib/anystyle/parser/utility.rb 3 def self.parse(*arguments) 4 Parser::Parser.instance.parse(*arguments) 5 end
parser()
click to toggle source
# File lib/anystyle/parser/utility.rb 7 def self.parser 8 Parser::Parser.instance 9 end