Method: Puppet::FileServing::Mount#search

Defined in:
lib/puppet/file_serving/mount.rb

#search(path, options) ⇒ Object

Raises:

  • (NotImplementedError)


30
31
32
# File 'lib/puppet/file_serving/mount.rb', line 30

def search(path, options)
  raise NotImplementedError
end