Class: Hello_tmax
- Inherits:
-
Object
- Object
- Hello_tmax
- Defined in:
- lib/hello_tmax.rb
Class Method Summary collapse
Class Method Details
.hi(language = "en") ⇒ Object
4 5 6 7 |
# File 'lib/hello_tmax.rb', line 4 def self.hi(language = "en") trans = Translator.new(language) trans.hi end |