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