module HecksConsole::Commands

mixin methods to the console

Public Instance Methods

app() click to toggle source
# File lib/console/commands.rb, line 4
def app
  @app ||= HecksApplication.new(domain: HecksConsole.domain)
end