class Kozo::Providers::Null::Provider

Public Instance Methods

==(_other) click to toggle source
# File lib/kozo/providers/null/provider.rb, line 9
def ==(_other)
  true
end