# 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