lib/archer/irb.rb in archer-rails-0.2.1 vs lib/archer/irb.rb in archer-rails-0.2.2

- old
+ new

@@ -1,7 +1,8 @@ module Archer module Irb - def run(*) + # needs to run after conf[:MAIN_CONTEXT] is set + def eval_input(*) Archer.start super end end end