Class: Luogu::CLI::Commands::Agent

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/luogu/cli.rb

Instance Method Summary collapse

Instance Method Details

#call(agent_file: nil) ⇒ Object



81
82
83
# File 'lib/luogu/cli.rb', line 81

def call(agent_file: nil, **)
  exec "ruby #{agent_file}"
end