method

initialize_added

ruby latest stable - Class: Bundler::Thor

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

initialize_added()
protected

No documentation available.

# File lib/bundler/vendor/thor/lib/thor.rb, line 429
    def initialize_added #:nodoc:
      class_options.merge!(method_options)
      @method_options = nil
    end