method
parenthesize
1.2.8 -
Show latest stable
- Class:
Spec::Matchers::Be
parenthesize(string)private
No documentation available.
# File lib/spec/matchers/be.rb, line 144
def parenthesize(string)
return "(#{string})"
end