module Archer::Irb

Public Instance Methods

eval_input(*) click to toggle source

needs to run after conf is set

Calls superclass method
# File lib/archer/irb.rb, line 4
def eval_input(*)
  Archer.start
  super
end