Prints a message to stdout, tagged with the name of the calling method.
# File lib/shoulda/helpers.rb, line 4 def report!(msg = "") puts("#{caller.first}: #{msg}") end