method

parenthesize

1.1.12 - Show latest stable - Class: Spec::Matchers::Be
parenthesize(string)
private

No documentation available.

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