# File lib/cucumber/formatter/usage.rb, line 96
      def max_stepdef_length
        @stepdef_to_match.keys.flatten.map{|key| key.regexp_source.unpack('U*').length}.max
      end