Skip to content

Commit 5ea1215

Browse files
committed
Object#extend is a public method
1 parent e11ce5d commit 5ea1215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/thor/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def initialize(args=[], options={}, config={})
8383

8484
class << self
8585
def included(base) #:nodoc:
86-
base.send :extend, ClassMethods
86+
base.extend ClassMethods
8787
base.send :include, Invocation
8888
base.send :include, Shell
8989
end

0 commit comments

Comments
 (0)