Class: Utils::ScTranslator
- Inherits:
-
Object
- Object
- Utils::ScTranslator
- Defined in:
- lib/translator.rb
Instance Method Summary collapse
Instance Method Details
#translate(language, code) ⇒ Object
8 9 10 11 |
# File 'lib/translator.rb', line 8 def translate(language, code) puts "The translator is still not available." puts "# /translate #{language} #{code}" end |