class Docker::NullInspect

Public Instance Methods

method_missing(*) click to toggle source
# File lib/docker/inspect.rb, line 41
def method_missing(*)
  return nil
end