class RBS::AST::Declarations::Global
def initialize(name:, type:, location:, comment:)
def initialize(name:, type:, location:, comment:) @name = name @type = type @location = location @comment = comment end
def initialize(name:, type:, location:, comment:) @name = name @type = type @location = location @comment = comment end