Class: LoremRails
- Inherits:
-
Object
- Object
- LoremRails
- Defined in:
- lib/lorem-rails.rb
Overview
The main LoremRails driver
Defined Under Namespace
Classes: Translator
Class Method Summary collapse
-
.hi(language = "english") ⇒ Object
Say hi to the world!.
Class Method Details
.hi(language = "english") ⇒ Object
Say hi to the world!
Example:
>> LoremRails.hi("khmer")
=>
Arguments:
language: (String)
11 12 13 14 |
# File 'lib/lorem-rails.rb', line 11 def self.hi(language = "english") translator = Translator.new(language) translator.hi end |