class NumbersAndWords::Translations::Lt

Public Instance Methods

hundreds(number, _options = {}) click to toggle source
# File lib/numbers_and_words/translations/lt.rb, line 8
def hundreds(number, _options = {})
  t(:hundreds)[number]
end