Exception: GenText::CheckFailed
- Inherits:
-
Exception
- Object
- Exception
- GenText::CheckFailed
- Defined in:
- lib/gen_text/compile.rb
Instance Attribute Summary collapse
-
#pos ⇒ Parse::Position
readonly
Pos.
Instance Method Summary collapse
-
#initialize(pos) ⇒ CheckFailed
constructor
A new instance of CheckFailed.
Constructor Details
#initialize(pos) ⇒ CheckFailed
Returns a new instance of CheckFailed.
578 579 580 581 |
# File 'lib/gen_text/compile.rb', line 578 def initialize(pos) super("check failed") @pos = pos end |
Instance Attribute Details
#pos ⇒ Parse::Position (readonly)
Returns pos.
584 585 586 |
# File 'lib/gen_text/compile.rb', line 584 def pos @pos end |