Class: Lookbook::NullWebsocket
- Inherits:
-
NullObject
- Object
- NullObject
- Lookbook::NullWebsocket
- Defined in:
- lib/lookbook/support/null_websocket.rb
Instance Method Summary collapse
- #mountable? ⇒ Boolean (also: #mounted?)
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?
3 4 5 |
# File 'lib/lookbook/support/null_websocket.rb', line 3 def mountable? false end |