class Caesars::SyntaxError
Public Instance Methods
message()
click to toggle source
# File lib/caesars/exceptions.rb, line 10 def message msg = "Syntax error in #{@obj}" bt = @backtrace msg << " in " << bt.first.scan(/\`(.+?)'/).flatten.first if bt msg end