Exception: BuildTool::Cfg::LexerBase::ScanError
- Inherits:
-
StandardError
- Object
- StandardError
- BuildTool::Cfg::LexerBase::ScanError
- Defined in:
- lib/build-tool/cfg/lexer_base.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
Instance Method Summary collapse
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename.
24 25 26 |
# File 'lib/build-tool/cfg/lexer_base.rb', line 24 def filename @filename end |
#lineno ⇒ Object
Returns the value of attribute lineno.
23 24 25 |
# File 'lib/build-tool/cfg/lexer_base.rb', line 23 def lineno @lineno end |
Instance Method Details
#to_s ⇒ Object
25 26 27 |
# File 'lib/build-tool/cfg/lexer_base.rb', line 25 def to_s "#{filename}[#{lineno}]: #{super}" end |