Class: Mockly::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/mockly/cli.rb

Class Method Summary collapse

Class Method Details

.runnerObject



5
6
7
8
# File 'lib/mockly/cli.rb', line 5

def self.runner
  MisterBin::Runner.new header: 'Mockly - Mock Server for API Testing',
    handler: Command
end