Skip to content

Commit

Permalink
Add loading example
Browse files Browse the repository at this point in the history
  • Loading branch information
yulii committed Sep 10, 2016
1 parent 7a20831 commit 25fdc48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
require 'bundler/setup'
require 'mixin/enum'

Dir[File.expand_path('../../examples', __FILE__) << '/*.rb'].each do |file|
require file
end

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.

Expand Down

0 comments on commit 25fdc48

Please sign in to comment.