Sha256: 3fc7a6c476edb0526f78510b0b0efad11ef5504f972de72be82049b340305794

Contents?: true

Size: 71 Bytes

Versions: 4

Compression:

Stored size: 71 Bytes

Contents

class String
  def unindent
    gsub /^#{self[/\A\s*/]}/, ''
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
perkins-0.0.5 lib/core_ext/string/unindent.rb
perkins-0.0.3 lib/core_ext/string/unindent.rb
perkins-0.0.2 lib/core_ext/string/unindent.rb
perkins-0.0.1 lib/core_ext/string/unindent.rb