Method: YARD::CodeObjects::Proxy#===

Defined in:
lib/yard/code_objects/proxy.rb

#===(other) ⇒ Boolean

Returns:

  • (Boolean)


113
114
115
# File 'lib/yard/code_objects/proxy.rb', line 113

def ===(other)
  to_obj ? to_obj === other : self.class <= other.class
end