Exception: NestedText::Errors::InlineScannerIsEmpty

Inherits:
AssertionError show all
Defined in:
lib/nestedtext/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeInlineScannerIsEmpty



195
196
197
# File 'lib/nestedtext/errors.rb', line 195

def initialize
  super("There is no more input to consume. You should have checked this with #empty? before calling.")
end