Libraries
»
entrance-agent
(0.1.2)
»
Index (C)
»
Entrance
»
Agent
»
Cli
Class: Entrance::Agent::Cli
Inherits:
Thor
Object
Thor
Entrance::Agent::Cli
show all
Defined in:
lib/entrance/agent/cli.rb
Instance Method Summary
collapse
#
start
⇒ Object
Instance Method Details
#
start
⇒
Object
8 9 10 11
# File 'lib/entrance/agent/cli.rb', line 8
def
start
agent
=
Agent
.
new
agent
.
start
end