module RSpec::Matchers::BuiltIn::BeHelpers

def parenthesize(string)

def parenthesize(string)
  "(#{string})"
end