Class: Class

Inherits:
Object show all
Defined in:
lib/rdl/wrap.rb

Instance Method Summary collapse

Instance Method Details

#===(x) ⇒ Object



841
842
843
# File 'lib/rdl/wrap.rb', line 841

def ===(x)
  if x.method(:is_a?).owner == SimpleDelegator then super(x.__getobj__) else super(x) end
end