Module: SeedGimmick::Finder::ClassMethods
- Defined in:
- lib/seed_gimmick/finder.rb
Instance Method Summary collapse
Instance Method Details
#find(options = nil) ⇒ Object
6 7 8 9 |
# File 'lib/seed_gimmick/finder.rb', line 6 def find( = nil) ||= Options.new seed_files().map {|file| SeedFile.new(.seed_dir, file) } end |