Module: Sherlock::InstanceMethods

Included in:
Sherlock
Defined in:
lib/sherlock.rb

Instance Method Summary collapse

Instance Method Details

#collect_files_matching(*args) ⇒ Object Also known as: investigate



20
21
22
# File 'lib/sherlock.rb', line 20

def collect_files_matching(*args)
  Sherlock::Collection::Files.new(*args)
end