Class: RenderSync::Clients::Dummy

Inherits:
Object
  • Object
show all
Defined in:
lib/render_sync/clients/dummy.rb

Defined Under Namespace

Classes: Message

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args, &block) ⇒ Object



4
5
6
# File 'lib/render_sync/clients/dummy.rb', line 4

def method_missing(*args, &block)
  nil
end