Class Gem::Format
In: lib/rubygems/format.rb
Parent: Object

Gem::Format knows the guts of the RubyGem .gem file format and provides the capability to read gem files

Methods

Attributes

file_entries  [RW] 
gem_path  [RW] 
spec  [RW] 

Public Class methods

Reads the gem file_path using security_policy and returns a Format representing the data in the gem

Reads a gem from io at gem_path using security_policy and returns a Format representing the data from the gem

Constructs a Format representing the gem‘s data which came from gem_path

[Validate]