Skip to content

Commit

Permalink
ohhh bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Apr 13, 2011
1 parent 0ee107d commit e2d6862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hirb/view.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def add(klass, view_config)
def enable_output_method
if defined? Ripl
@output_method = true
require 'ripl/hirb'
require 'ripl/hirb' unless defined? Ripl::Hirb
elsif defined? IRB::Irb
@output_method = true
::IRB::Irb.class_eval do
Expand Down

0 comments on commit e2d6862

Please sign in to comment.