class Puppet::DataBinding::None
Public Instance Methods
find(request)
click to toggle source
# File lib/puppet/indirector/data_binding/none.rb 5 def find(request) 6 throw :no_such_key 7 end
# File lib/puppet/indirector/data_binding/none.rb 5 def find(request) 6 throw :no_such_key 7 end