Methods
#
Class Public methods
===(other)
# File activesupport/test/rescuable_test.rb, line 13
def self.===(other)
  Exception === other && other.respond_to?(:weird?)
end