# File lib/rspec/support/spec/formatting_support.rb, line 4 def dedent(string) string.gsub(/^\s+\|/, '').chomp end