Class: Idiotz::Hola
- Inherits:
-
Object
- Object
- Idiotz::Hola
- Defined in:
- lib/idiotz/hola.rb
Class Method Summary collapse
Class Method Details
.hi ⇒ Object
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 |