parenthesize(string)
No documentation available.
# File lib/spec/matchers/be.rb, line 68 def parenthesize(string) return "(#{string})" end