Object
# File lib/rails_best_practices/core/error.rb, line 6 def initialize(filename, line_number, message) @filename = filename @line_number = line_number @message = message end
# File lib/rails_best_practices/core/error.rb, line 12 def to_s "#{@filename}:#{@line_number} - #{@message}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.