Class: Docker::NullInspect

Inherits:
Object
  • Object
show all
Defined in:
lib/docker/inspect.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missingObject



41
42
43
# File 'lib/docker/inspect.rb', line 41

def method_missing(*)
  return nil
end