Skip to content

Commit

Permalink
Added new 'stuff' words
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Blake committed Feb 7, 2009
1 parent 4486cb8 commit 0679f68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions namepicker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ def self.name

def self.stuff
stuff = ["WTF?!", "ALL THE FUCKING TIME!", "FTW!", "OMG!", "LOL!",
"ROTFLMAOASDF!!", "IN BED!", "now GTFO!"]
"ROTFLMAOASDF!!", "IN BED!", "GTFO!",
"<small>secret python programmer irrc</small>"]
stuff[rand(stuff.length)]
end
end
Expand All @@ -25,5 +26,5 @@ def self.stuff
%html
%body
%center
%h2 and the winner is...
%h2 and the winner is:
%h1= @name_and_stuff

0 comments on commit 0679f68

Please sign in to comment.