class Herb::Position

def to_hash

def to_hash
  { line: line, column: column }
end