A Ruby Transform holds a Regexp and a Proc, and is created by calling Transform in the <tt>support ruby files. See also RbDsl.
Example:
Transform /^(\d+) cucumbers$/ do |cucumbers_string| cucumbers_string.to_i end
Generated with the Darkfish Rdoc Generator 2.