Sha256: 9c4f96eb6a364c7673333055b540816331bfab1f008843e21165718c7420b7a3

Contents?: true

Size: 135 Bytes

Versions: 4

Compression:

Stored size: 135 Bytes

Contents

module Shoulda
  module Matchers
    def self.warn(msg)
      Kernel.warn "Warning from shoulda-matchers:\n\n#{msg}"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shoulda-matchers-2.6.1 lib/shoulda/matchers/warn.rb
shoulda-matchers-2.6.1.rc2 lib/shoulda/matchers/warn.rb
shoulda-matchers-2.6.1.rc1 lib/shoulda/matchers/warn.rb
shoulda-matchers-2.6.0 lib/shoulda/matchers/warn.rb