Class: NumbersAndWords::Translations::Tr

Inherits:
Base
  • Object
show all
Includes:
Families::Latin
Defined in:
lib/numbers_and_words/translations/tr.rb

Constant Summary

Constants inherited from Base

Base::I18N_NAMESPACE

Instance Method Summary collapse

Methods included from Families::Latin

#hundreds, #ones, #zero

Methods included from Families::Base

#mega, #megs, #teens, #tens, #union, #union_separator

Methods inherited from Base

#t

Instance Method Details

#tens_with_ones(numbers, options = {}) ⇒ Object



6
7
8
# File 'lib/numbers_and_words/translations/tr.rb', line 6

def tens_with_ones numbers, options = {}
  super numbers, :separator => ' '
end