module Knod

Constants

VERSION

Public Class Methods

start(options = {}) click to toggle source
# File lib/knod.rb, line 13
def self.start(options = {})
  Server.new(options).start
end