Source: show | on GitHub
# File activesupport/test/rescuable_test.rb, line 13 def self.===(other) Exception === other && other.respond_to?(:weird?) end