Object
Say hi to the world!
Example: >> Aloh.hi(“spanish”)
Aloh.hi
Arguments: language: (String)
# File lib/aloh.rb, line 11 def self.hi(language = "english") translator = Translator.new(language) translator.hi end