module RBS::AST::Members::Var

def initialize(name:, type:, location:, comment:)

def initialize(name:, type:, location:, comment:)
  @name = name
  @type = type
  @location = location
  @comment = comment
end