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



11
12
13
# File 'lib/sherlock.rb', line 11

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