Skip to content

Commit 44a75a9

Browse files
authored
Merge pull request #670 from azdavis/master
Super up more
2 parents 4c85986 + 0b5db19 commit 44a75a9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/thor/actions.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module Actions
1212
attr_accessor :behavior
1313

1414
def self.included(base) #:nodoc:
15+
super(base)
1516
base.extend ClassMethods
1617
end
1718

lib/thor/invocation.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
class Thor
22
module Invocation
33
def self.included(base) #:nodoc:
4+
super(base)
45
base.extend ClassMethods
56
end
67

0 commit comments

Comments
 (0)