lib/archer/irb.rb in archer-rails-0.3.0 vs lib/archer/irb.rb in archer-rails-0.4.0

- old
+ new

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