Class: NumbersAndWords::Translations::Se

Inherits:
Base
  • Object
show all
Includes:
Families::Latin
Defined in:
lib/numbers_and_words/translations/se.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, #micro_separator, #teens, #tens, #union

Methods inherited from Base

#t

Instance Method Details

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



8
9
10
# File 'lib/numbers_and_words/translations/se.rb', line 8

def tens_with_ones(numbers, _options = {})
  super numbers, separator: '-'
end