class RBS::AST::Comment

def initialize(string:, location:)

def initialize(string:, location:)
  @string = string
  @location = location
end