Skip to content

Commit

Permalink
Provide me an irb task that works well inside isolate
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 6581]
  • Loading branch information
zenspider committed Aug 24, 2011
1 parent 14b04b7 commit 41679a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,8 @@ task :huh? do
puts "ruby #{Hoe::RUBY_FLAGS} bin/ruby_parse -q -g ..."
end

task :irb do
sh "GEM_HOME=#{Gem.path.first} irb -rubygems -Ilib;"
end

# vim: syntax=Ruby

0 comments on commit 41679a4

Please sign in to comment.