Module | Shef::Extensions |
In: |
lib/chef/shef/ext.rb
|
Help | = | Struct.new(:cmd, :desc, :explanation) | ||
ObjectUIExtensions | = | Proc.new do extend Shef::Extensions::ObjectCoreExtensions | Methods that have associated help text need to be dynamically added to the main irb objects, so we define them in a proc and later instance_eval the proc in the object. |