From: Chris Jaekl Date: Tue, 9 Jul 2019 00:07:08 +0000 (-0400) Subject: Use attr_reader for Cover.path. X-Git-Url: http://jaekl.net/gitweb/?p=quanlib.git;a=commitdiff_plain;h=fdec41cd77b54d7840887c39af738108d02aa2e9 Use attr_reader for Cover.path. --- 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