Skip to content

Commit 0b5db19

Browse files
committed
Super up more
1 parent 4c85986 commit 0b5db19

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)