Methods

Shoulda::Helpers

Public Instance Methods

report!(msg = "") click to toggle source

Prints a message to stdout, tagged with the name of the calling method.

   # File lib/shoulda/helpers.rb, line 4
4:     def report!(msg = "")
5:       puts("#{caller.first}: #{msg}")
6:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.