Skip to content

Instantly share code, notes, and snippets.

@PatrickTulskie
Created September 15, 2009 16:09
Show Gist options
  • Save PatrickTulskie/187411 to your computer and use it in GitHub Desktop.
Save PatrickTulskie/187411 to your computer and use it in GitHub Desktop.
%w(rubygems activesupport).each { |g| require g }
class KanyeWest
def self.outburst(name, item)
"Yo #{name}. I'm really happy for you. I'm gonna let you finish, but Beyonce had one of the best #{item.pluralize} of all time. One of the best #{item.pluralize} of all time!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment