Method: Brujula::LineNumberHandler#scalar
- Defined in:
- lib/brujula/yaml_parser.rb
#scalar(value, anchor, tag, plain, quoted, style) ⇒ Object
45 46 47 48 49 50 |
# File 'lib/brujula/yaml_parser.rb', line 45 def scalar value, anchor, tag, plain, quoted, style mark = parser.mark s = super s._brujula_line = mark.line s end |