Sha256: bb1bacd5fd586fe527fa52fbbff526e9f939bde1ef5186178bda33ff38e5d3e6

Contents?: true

Size: 215 Bytes

Versions: 24

Compression:

Stored size: 215 Bytes

Contents

module Haml
  class Buffer
    alias_method :haml_push_text, :push_text

    def push_text text, tab_change, dont_tab_up
      haml_push_text text.force_encoding("utf-8"), tab_change, dont_tab_up
    end

  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.302.3 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.302.2 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.302.1 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.302.0 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.300.3 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.300.2 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.300.1 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.250.5 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.250.4 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.250.3 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.250.0 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.247.1 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.247.0 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.246.1 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.246.0 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.245.1 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.245 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.243.2 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.243.1 lib/rest-ftp-daemon/patch_haml.rb
rest-ftp-daemon-0.243 lib/rest-ftp-daemon/patch_haml.rb