class IDL::Scanner::Position

def inspect

def inspect
  to_s
end

def to_s

def to_s
  format('%s: line %d, column %d', name.to_s, line, column)
end