Skip to content

Commit

Permalink
last minute fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Jul 7, 2011
1 parent f253f1e commit 7d8049a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wirb.rb
Expand Up @@ -37,7 +37,7 @@ def colorizer=(col)
# Convenience method, permits simplified syntax like:
# Wirb.load_colorizer :HighLine
def load_colorizer(colorizer_name)
@colorizer = Wirb::Colorizer.const_get(colorizer_name)
@colorizer = Wirb::Colorizer.const_get(colorizer_name, false)
compatibile_colorizer?(@colorizer)
@colorizer
end
Expand Down

0 comments on commit 7d8049a

Please sign in to comment.