# File lib/ripl/hirb.rb, line 4 def before_loop super Hirb.enable(Ripl.config[:hirb] || {}) end
# File lib/ripl/hirb.rb, line 9 def format_result(result) return super if !Hirb::View.enabled? Hirb::View.view_or_page_output(result) || super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.