method

new

ruby latest stable - Class: Bundler::Thor::DynamicCommand

Method not available on this version

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

new(name, options = nil)
public

No documentation available.

# File lib/bundler/vendor/thor/lib/thor/command.rb, line 122
    def initialize(name, options = nil)
      super(name.to_s, "A dynamically-generated command", name.to_s, name.to_s, options)
    end