Module: Ripl::Hirb
- Defined in:
- lib/ripl/hirb.rb
Instance Method Summary collapse
Instance Method Details
#before_loop ⇒ Object
4 5 6 7 |
# File 'lib/ripl/hirb.rb', line 4 def before_loop super Hirb.enable(Ripl.config[:hirb] || {}) end |