Module: Archer::Irb
- Defined in:
- lib/archer/irb.rb
Instance Method Summary collapse
-
#eval_input ⇒ Object
needs to run after conf is set.
Instance Method Details
#eval_input ⇒ Object
needs to run after conf is set
4 5 6 7 |
# File 'lib/archer/irb.rb', line 4 def eval_input(...) Archer.start super end |