Module: HelloworldDh
- Defined in:
- lib/helloworld_dh.rb,
lib/helloworld_dh/version.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
- .hi(language) ⇒ Object
-
.hi2 ⇒ Object
Your code goes here…
Class Method Details
.hi(language) ⇒ Object
10 11 12 13 |
# File 'lib/helloworld_dh.rb', line 10 def self.hi(language) translator = Translator.new(language) #init translator.hi end |
.hi2 ⇒ Object
Your code goes here…
7 8 9 |
# File 'lib/helloworld_dh.rb', line 7 def self.hi2 "hello" end |