class RBS::AST::Comment

def to_json(state = _ = nil)

def to_json(state = _ = nil)
  { string: string, location: location }.to_json(state)
end