module Shoulda::Matchers
Constants
- AssertionError
@private
- VERSION
@private
Public Class Methods
warn(msg)
click to toggle source
@private
# File lib/shoulda/matchers/warn.rb, line 4 def self.warn(msg) Kernel.warn "Warning from shoulda-matchers:\n\n#{msg}" end