Module: Charyf::Utils::Parser

Defined in:
lib/charyf/utils/parser/parser.rb,
lib/charyf/utils/parser/en_parser.rb

Defined Under Namespace

Classes: Base, English

Class Method Summary collapse

Class Method Details

.get(language) ⇒ Object

TODO sig



30
31
32
33
34
# File 'lib/charyf/utils/parser/parser.rb', line 30

def self.get(language)
  # TODO implement
  Charyf::Utils::Parser::English
  list[language]
end

.knownObject

End of base



21
22
23
# File 'lib/charyf/utils/parser/parser.rb', line 21

def self.known
  Base.known
end

.listObject



25
26
27
# File 'lib/charyf/utils/parser/parser.rb', line 25

def self.list
  Base.list
end