Class: Docker::NullInspect
- Inherits:
-
Object
- Object
- Docker::NullInspect
- Defined in:
- lib/docker/inspect.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ Object
41 42 43 |
# File 'lib/docker/inspect.rb', line 41 def method_missing(*) return nil end |