# File lib/rubygems.rb, line 290
  def self.deflate(data)
    Zlib::Deflate.deflate data
  end