# File lib/cgikit.rb, line 4933 def match?( left, right ) if left =~ right then true else false end end