Class: Marples::NullTransport

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/marples/null_transport.rb

Instance Method Summary collapse

Instance Method Details

#joinObject



6
# File 'lib/marples/null_transport.rb', line 6

def join; end

#publish(*args) ⇒ Object



4
# File 'lib/marples/null_transport.rb', line 4

def publish *args; end

#subscribe(*args) ⇒ Object



5
# File 'lib/marples/null_transport.rb', line 5

def subscribe *args; end

#to_sObject



7
# File 'lib/marples/null_transport.rb', line 7

def to_s; 'Null Transport'; end