module RedParse::ListInNode::ErrorNode

Public Instance Methods

blame() click to toggle source
# File lib/redparse/node.rb, line 5389
def blame; fail end
error?(x=nil) click to toggle source
# File lib/redparse/node.rb, line 5387
def error?(x=nil) @error end
Also aliased as: msg
msg(x=nil)
Alias for: error?