class Cucumber::Formatter::Usage

def max_stepdef_length

def max_stepdef_length
  @stepdef_to_match.keys.flatten.map{|key| key.regexp_source.unpack('U*').length}.max
end