Class: Marples::NullTransport
- Inherits:
-
Object
- Object
- Marples::NullTransport
- Includes:
- Singleton
- Defined in:
- lib/marples/null_transport.rb
Instance Method Summary collapse
Instance Method Details
#join ⇒ Object
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_s ⇒ Object
7 |
# File 'lib/marples/null_transport.rb', line 7 def to_s; 'Null Transport'; end |