# File lib/pry/helpers/documentation_helpers.rb, line 60 def strip_leading_whitespace(text) Pry::Helpers::CommandHelpers.unindent(text) end