Class: Ramaze::Adapter::Fake

Inherits:
Base show all
Defined in:
lib/ramaze/adapter/fake.rb

Class Method Summary collapse

Methods inherited from Base

before_call, call, join, respond, start

Class Method Details

.shutdownObject



8
9
# File 'lib/ramaze/adapter/fake.rb', line 8

def self.shutdown
end

.startup(host = nil, port = nil) ⇒ Object



4
5
6
# File 'lib/ramaze/adapter/fake.rb', line 4

def self.startup(host = nil, port = nil)
  Thread.new{ loop{ sleep(1) } }
end