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