Skip to content

Commit

Permalink
Load the right lib in irb
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Jan 3, 2012
1 parent 9e5087d commit 28b210d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end


desc "Open an irb session preloaded with this library" desc "Open an irb session preloaded with this library"
task :console do task :console do
sh "irb -rubygems -r ./lib/play" sh "irb -rubygems -r ./app/boot"
end end


desc "Start the server" desc "Start the server"
Expand Down

0 comments on commit 28b210d

Please sign in to comment.