module Mycroft
Constants
- MYCROFT_PORT
- VERSION
Public Instance Methods
start(app, host='localhost', port=MYCROFT_PORT)
click to toggle source
# File lib/mycroft.rb, line 11 def start(app, host='localhost', port=MYCROFT_PORT) app.new(host || 'localhost' , port || MYCROFT_PORT) end