# File lib/cucumber/rb_support/rb_language.rb, line 98 def register_rb_transform(regexp, proc) add_transform(RbTransform.new(self, regexp, proc)) end