module Octopus::ScopeProxy::CaseFixer

Public Instance Methods

===(other) click to toggle source
Calls superclass method
# File lib/octopus/scope_proxy.rb, line 6
def ===(other)
  other = other.klass while ::Octopus::ScopeProxy === other
  super
end