Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
prawn / spec / extensions / encoding_helpers.rb
Size: Mime:
module EncodingHelpers
  def win1252_string(str)
    ruby_19 { str.force_encoding("Windows-1252") }
    str
  end
end