class GenText::CheckFailed

Attributes

pos[R]

@return [Parse::Position] pos

Public Class Methods

new(pos) click to toggle source

@param [Parse::Position] pos

Calls superclass method
# File lib/gen_text/compile.rb, line 578
def initialize(pos)
  super("check failed")
  @pos = pos
end