class Object

Public Instance Methods

nancy(string) click to toggle source
# File lib/houston-first-nancy.rb, line 1
def nancy(string)
  string.upcase
end