Class: PuppetLibrary::Http::Cache::NoOp

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet_library/http/cache/noop.rb

Instance Method Summary collapse

Instance Method Details

#get(path) ⇒ Object



23
24
25
# File 'lib/puppet_library/http/cache/noop.rb', line 23

def get(path)
    yield
end