diff options
-rw-r--r-- | lib/rubygems/package/io_source.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,7 @@ # object to `Gem::Package.new`. class Gem::Package::IOSource < Gem::Package::Source # :nodoc: all attr_reader :io def initialize(io) @@ -40,4 +41,5 @@ class Gem::Package::IOSource < Gem::Package::Source # :nodoc: all def path end end |