Sha256: 07f69d3af3d4ca33719c299f7a055bf6b792e1cc62865b76e98c4e09b4407148
Contents?: true
Size: 202 Bytes
Versions: 156
Compression:
Stored size: 202 Bytes
Contents
module Shoulda # :nodoc: module Helpers # Prints a message to stdout, tagged with the name of the calling method. def report!(msg = "") puts("#{caller.first}: #{msg}") end end end
Version data entries
156 entries across 126 versions & 25 rubygems