class Puppet::DataBinding::None

Public Instance Methods

find(request) click to toggle source
  # File lib/puppet/indirector/data_binding/none.rb
6 def find(request)
7   throw :no_such_key
8 end