class String

Public Instance Methods

undent() click to toggle source
# File lib/git_bpf/lib/git-helpers.rb, line 70
def undent
  gsub(/^.{#{slice(/^ +/).length}}/, '')
end