Skip to content

Commit

Permalink
Merge pull request #670 from azdavis/master
Browse files Browse the repository at this point in the history
Super up more
  • Loading branch information
rafaelfranca authored Aug 1, 2019
2 parents 4c85986 + 0b5db19 commit 44a75a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/thor/actions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module Actions
attr_accessor :behavior

def self.included(base) #:nodoc:
super(base)
base.extend ClassMethods
end

Expand Down
1 change: 1 addition & 0 deletions lib/thor/invocation.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
class Thor
module Invocation
def self.included(base) #:nodoc:
super(base)
base.extend ClassMethods
end

Expand Down

0 comments on commit 44a75a9

Please sign in to comment.