Class: Class
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 |