Sha256: d578b5214e02068a8f8f7fa139f683ddaddb60ab6ab40e3a2c55e6ec28e8c0d8

Contents?: true

Size: 229 Bytes

Versions: 1

Compression:

Stored size: 229 Bytes

Contents

module VER
  class Buffer
    # Tag and delete all trailing whitespace in the {Buffer}.
    def delete_trailing_whitespace
      @invalid_trailing_whitespace.each_range do |range|
        range.delete
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ver-2010.08 lib/ver/methods/delete.rb