Method: PathSearch#initialize
- Defined in:
- lib/bakery/detail/search.rb
#initialize(paths = [ ]) ⇒ PathSearch
Returns a new instance of PathSearch.
64 65 66 |
# File 'lib/bakery/detail/search.rb', line 64 def initialize paths = [ ] @paths = paths end |