DEBSOURCES
Skip Quicknav
sources / ruby-rspec / 3.4.0c3e0m1s1-1~bpo8%2B1 / rspec-support / lib / rspec / support / spec / formatting_support.rb
123456789
module RSpec module Support module FormattingSupport def dedent(string) string.gsub(/^\s+\|/, '').chomp end end end end