Method: Bundler::CLI#issue

Defined in:
lib/bundler/cli.rb

#issueObject

[View source]

626
627
628
629
# File 'lib/bundler/cli.rb', line 626

def issue
  require_relative "cli/issue"
  Issue.new.run
end