module BoneHola

translater content by language

Constants

VERSION

Public Class Methods

hi(language = nil) click to toggle source

Say hi to the world!.

# File lib/bone_hola.rb, line 6
def self.hi(language = nil)
  translator = Translator.new(language)
  translator.hi
end