# File lib/chef/index_queue/consumer.rb, line 23 def expose(*methods) @exposed_methods = Array(@exposed_methods) @exposed_methods += methods end
# File lib/chef/index_queue/consumer.rb, line 28 def exposed_methods @exposed_methods || [] end
# File lib/chef/index_queue/consumer.rb, line 32 def whitelisted?(method_name) exposed_methods.include?(method_name) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.