Module: Tr3llo::Command::Help
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/3llo/command/help.rb', line 6 def execute interface = Application.fetch_interface!() interface.print_frame do interface.puts(View::Help.render()) end end |