X-Git-Url: http://jaekl.net/gitweb/?p=quanlib.git;a=blobdiff_plain;f=cover.rb;h=e74c27ba6cc42726f69804fd3ac3904b715aa5cc;hp=9b974847d087a800518bdccd983f02bc63e4f59b;hb=fdec41cd77b54d7840887c39af738108d02aa2e9;hpb=3b386f9b3645e051764a58db3705c1f71e542ee8 diff --git a/cover.rb b/cover.rb index 9b97484..e74c27b 100644 --- a/cover.rb +++ b/cover.rb @@ -1,5 +1,7 @@ class Cover + attr_reader :path + def initialize(inputStream, path, mimeType) if nil != inputStream @data = inputStream.read @@ -10,10 +12,6 @@ class Cover @mimeType = mimeType end - def path - @path - end - def inspect info = [] if nil != @data