class NestedText::Errors::ParseInlineMissingValueError
Public Class Methods
new(line, colno)
click to toggle source
Calls superclass method
NestedText::Errors::ParseError::new
# File lib/nestedtext/errors_internal.rb, line 108 def initialize(line, colno) super(line, line.indentation + colno, 'expected value.') end