lib/thor/invocation.rb in thor-0.20.3 vs lib/thor/invocation.rb in thor-1.0.0
- old
+ new
@@ -1,7 +1,8 @@
class Thor
module Invocation
def self.included(base) #:nodoc:
+ super(base)
base.extend ClassMethods
end
module ClassMethods
# This method is responsible for receiving a name and find the proper