Module: Octopus::ScopeProxy::CaseFixer

Defined in:
lib/octopus/scope_proxy.rb

Instance Method Summary collapse

Instance Method Details

#===(other) ⇒ Object



6
7
8
9
# File 'lib/octopus/scope_proxy.rb', line 6

def ===(other)
  other = other.klass while ::Octopus::ScopeProxy === other
  super
end