class NestedText::Errors::AssertionInlineScannerIsEmptyError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/nestedtext/errors_internal.rb, line 212
def initialize
  super('There is no more input to consume. You should have checked this with #empty? before calling.')
end