class Object

Public Instance Methods

authenticate(user_class, pred = nil, &block) click to toggle source
# File lib/softwear/auth/routing.rb, line 26
def authenticate(user_class, pred = nil, &block)
  constraints(::Softwear::Auth::Routing.new(user_class, pred), &block)
end
start_server!(*args) click to toggle source
# File lib/softwear/library/light_server.rb, line 143
def start_server!(*args)
  Softwear::Library::LightServer.new.start_server!(*args)
end