method

run

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.

run(instance, args = [])
public

No documentation available.

# File lib/bundler/vendor/thor/lib/thor/command.rb, line 126
    def run(instance, args = [])
      if (instance.methods & [name.to_s, name.to_sym]).empty?
        super
      else
        instance.class.handle_no_command_error(name)
      end
    end