class Durt::Command::Console

Public Class Methods

new() click to toggle source
# File lib/durt/command.rb, line 37
def initialize
  controller = Durt::GlobalController.new

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