Module: Ahnsay::ControllerMethods
- Defined in:
- lib/ahnsay/controller_methods.rb
Instance Method Summary collapse
- #sounds_for_digits(number) ⇒ Object
- #sounds_for_number(number) ⇒ Object
- #sounds_for_time(time, args) ⇒ Object
Instance Method Details
#sounds_for_digits(number) ⇒ Object
11 12 13 |
# File 'lib/ahnsay/controller_methods.rb', line 11 def sounds_for_digits(number) Ahnsay.sounds_for_digits(number) end |
#sounds_for_number(number) ⇒ Object
7 8 9 |
# File 'lib/ahnsay/controller_methods.rb', line 7 def sounds_for_number(number) Ahnsay.sounds_for_number(number) end |
#sounds_for_time(time, args) ⇒ Object
3 4 5 |
# File 'lib/ahnsay/controller_methods.rb', line 3 def sounds_for_time(time, args) Ahnsay.sounds_for_time(time, args) end |