Class: Zapp::CLI
- Inherits:
-
Object
- Object
- Zapp::CLI
- Defined in:
- lib/zapp/cli.rb
Overview
Provides the CLI utility for easily running Ruby 3.0.0+ applications with Zap
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
8 9 10 11 12 |
# File 'lib/zapp/cli.rb', line 8 def run Zapp::Server.new.run end |