Module: BoneHola
- Defined in:
- lib/bone_hola/translator.rb,
lib/bone_hola.rb,
lib/bone_hola/version.rb
Overview
translater content by language
Defined Under Namespace
Classes: Translator
Constant Summary collapse
- VERSION =
"0.1.1"
Class Method Summary collapse
-
.hi(language = nil) ⇒ Object
Say hi to the world!.
Class Method Details
.hi(language = nil) ⇒ Object
Say hi to the world!.
6 7 8 9 |
# File 'lib/bone_hola.rb', line 6 def self.hi(language = nil) translator = Translator.new(language) translator.hi end |