class Idiotz::Hola

Public Class Methods

hi() click to toggle source
# File lib/idiotz/hola.rb, line 6
def hi
  'Hello World'
end
pluralize(word) click to toggle source
# File lib/idiotz/hola.rb, line 10
def pluralize(word)
  word.pluralize
end