module Morion

Constants

VERSION

Public Instance Methods

start() click to toggle source
# File lib/morion.rb, line 10
def start
  Web.app.run!
end