Method: Foreman::Thor::Group.invocation_blocks
- Defined in:
- lib/foreman/vendor/thor/lib/thor/group.rb
.invocation_blocks ⇒ Object
Stores invocation blocks used on invoke_from_option.
45 46 47 |
# File 'lib/foreman/vendor/thor/lib/thor/group.rb', line 45 def invocation_blocks #:nodoc: @invocation_blocks ||= from_superclass(:invocation_blocks, {}) end |