Method: Thor::Base::ClassMethods#initialize_added
- Defined in:
- lib/thor/base/class_methods.rb
#initialize_added ⇒ Object (protected)
SIGNATURE: Defines behavior when the initialize method is added to the class.
638 639 |
# File 'lib/thor/base/class_methods.rb', line 638 def initialize_added #:nodoc: end |