class NumbersAndWords::Translations::It
Public Instance Methods
Source
# File lib/numbers_and_words/translations/it.rb, line 12 def hundreds(number, _options = {}) [[number], t(:hundreds)].join ' ' end
Source
# File lib/numbers_and_words/translations/it.rb, line 8 def tens_with_ones(numbers, _options = {}) super(numbers, separator: '') end
Calls superclass method