module HelloworldDh

Constants

VERSION

Public Class Methods

hi(language) click to toggle source
# File lib/helloworld_dh.rb, line 10
def self.hi(language)
  translator = Translator.new(language) #init
  translator.hi
end
hi2() click to toggle source

Your code goes here…

# File lib/helloworld_dh.rb, line 7
def self.hi2
  "hello"
end