Skip to content

Commit

Permalink
Merge remote-tracking branches 'envygeeks/pull-1' and 'envygeeks/pull-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Oct 30, 2011
2 parents 8349a6d + c9aeeb9 commit 7daa977
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/pry/default_commands/easter_eggs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ module DefaultCommands
run "show-input"
end

command "get-naked" "" do
text = %{
--
We dont have to take our clothes off to have a good time.
We could dance & party all night And drink some cherry wine.
-- Jermaine Stewart }
output.puts text
text
end

command "east-coker", "" do
text = %{
--
Expand Down

0 comments on commit 7daa977

Please sign in to comment.