Class: RenderSync::Clients::Dummy::Message
- Inherits:
-
Object
- Object
- RenderSync::Clients::Dummy::Message
- Defined in:
- lib/render_sync/clients/dummy.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Message
constructor
A new instance of Message.
- #method_missing(*args, &block) ⇒ Object
Constructor Details
#initialize ⇒ Message
Returns a new instance of Message.
13 14 |
# File 'lib/render_sync/clients/dummy.rb', line 13 def initialize(*) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args, &block) ⇒ Object
16 17 18 |
# File 'lib/render_sync/clients/dummy.rb', line 16 def method_missing(*args, &block) nil end |
Class Method Details
.method_missing(*args, &block) ⇒ Object
9 10 11 |
# File 'lib/render_sync/clients/dummy.rb', line 9 def self.method_missing(*args, &block) nil end |