Skip to content

Commit

Permalink
Add lib to load path
Browse files Browse the repository at this point in the history
  • Loading branch information
webmat committed Mar 30, 2012
1 parent fd26c3f commit 4861a20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/progress_bar.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

require 'options'

$LOAD_PATH << 'lib'
require 'progress_bar/base'
require 'progress_bar/tty'
require 'progress_bar/non_tty'
Expand Down

0 comments on commit 4861a20

Please sign in to comment.