class Object

Constants

HELP_TOPICS

Do not edit this file by hand This file is autogenerated by the docs:list rake task from the available manpages

Public Instance Methods

tap() { |self| ... } click to toggle source
# File lib/chef/monkey_patches/object.rb, line 3
def tap
  yield self
  return self
end