14 15 16
# File 'lib/code/object.rb', line 14 def self.repeat(minimum = 0, maximum = nil) Type::Repeat.new(self, minimum:, maximum:) end