Class: Idiotz::Hola

Inherits:
Object
  • Object
show all
Defined in:
lib/idiotz/hola.rb

Class Method Summary collapse

Class Method Details

.hiObject



6
7
8
# File 'lib/idiotz/hola.rb', line 6

def hi
  'Hello World'
end

.pluralize(word) ⇒ Object



10
11
12
# File 'lib/idiotz/hola.rb', line 10

def pluralize(word)
  word.pluralize
end