class Rutema::ErrorMessage

What it says on the tin.

Public Instance Methods

to_s() click to toggle source
# File lib/rutema/core/framework.rb, line 27
def to_s
  msg="ERROR - "
  msg<<"#{@test} " unless @test.empty?
  msg<<@text
  return msg
end