Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
invocations()
public
Stores invocations
for this class merging with superclass values.
# File lib/bundler/vendor/thor/lib/thor/group.rb, line 39
def invocations #:nodoc:
@invocations ||= from_superclass(:invocations, {})
end