class SimpleLogic::ParseError
Attributes
offset[R]
Public Class Methods
new(offset)
click to toggle source
# File lib/simple_logic/errors.rb, line 4 def initialize(offset) @offset = offset end