class Capybara::Selector::RegexpDisassembler::Expression

def repeat_set(str)

def repeat_set(str)
  strs = Array(str * min_repeat)
  strs.push(nil) unless fixed_repeat?
  strs
end