# File lib/mocha/pretty_parameters.rb, line 16
    def remove_outer_array_braces!
      @params_string = @params_string.gsub(/^\[|\]$/, '')
    end