class Durt::Command::SelectIssue

Public Class Methods

new() click to toggle source
# File lib/durt/command.rb, line 85
def initialize
  project = Durt::Project.current_project
  controller = Durt::ProjectController.new(project)

  steps << ->(_) { controller.select_issue }
end