class Parlour::ParseError

Attributes

buffer[R]
range[R]

Public Class Methods

new(buffer, range) click to toggle source
Calls superclass method
# File lib/parlour/parse_error.rb, line 13
def initialize(buffer, range)
  super()
  @buffer = buffer
  @range = range
end