class RBS::AST::Members::Alias
def initialize(new_name:, old_name:, kind:, annotations:, location:, comment:)
def initialize(new_name:, old_name:, kind:, annotations:, location:, comment:) @new_name = new_name @old_name = old_name @kind = kind @annotations = annotations @location = location @comment = comment end