Class: Lookbook::NullWebsocket

Inherits:
NullObject show all
Defined in:
lib/lookbook/support/null_websocket.rb

Instance Method Summary collapse

Methods inherited from NullObject

#method_missing, #respond_to_missing?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Lookbook::NullObject

Instance Method Details

#mountable?Boolean Also known as: mounted?

Returns:

  • (Boolean)


3
4
5
# File 'lib/lookbook/support/null_websocket.rb', line 3

def mountable?
  false
end