# File lib/cucumber/rb_support/rb_transform.rb, line 25
      def match(arg)
        arg ? arg.match(@regexp) : nil
      end