module WeirdError
Public Class Methods
===(other)
click to toggle source
# File activesupport/test/rescuable_test.rb, line 15 def self.===(other) Exception === other && other.respond_to?(:weird?) end
# File activesupport/test/rescuable_test.rb, line 15 def self.===(other) Exception === other && other.respond_to?(:weird?) end