class Ingreedy::AmountParser
Private Instance Methods
vulgar_fractions()
click to toggle source
# File lib/ingreedy/amount_parser.rb, line 65 def vulgar_fractions Ingreedy.dictionaries.current.vulgar_fractions.keys end
word_digits()
click to toggle source
# File lib/ingreedy/amount_parser.rb, line 61 def word_digits Ingreedy.dictionaries.current.numbers.keys end