class Cucumber::CucumberExpressions::GroupBuilder

def initialize

def initialize
  @group_builders = []
  @capturing = true
end