Sha256: a27f3aee5a99fc4d3f55047bc989143f576f74160451be593c7b9f3e17521222

Contents?: true

Size: 202 Bytes

Versions: 10

Compression:

Stored size: 202 Bytes

Contents

class Pathname
	def original_image(id)
		dirname + id.to_s + basename
	end

	def thumbnail_image(id, thumbnail_class)
		dirname + id.to_s + "#{basename(extname)}-#{thumbnail_class}#{extname}"
	end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
httpimagestore-0.0.10 lib/httpimagestore/pathname.rb
httpimagestore-0.0.9 lib/httpimagestore/pathname.rb
httpimagestore-0.0.8 lib/httpimagestore/pathname.rb
httpimagestore-0.0.7 lib/httpimagestore/pathname.rb
httpimagestore-0.0.6 lib/httpimagestore/pathname.rb
httpimagestore-0.0.5 lib/httpimagestore/pathname.rb
httpimagestore-0.0.4 lib/httpimagestore/pathname.rb
httpimagestore-0.0.3 lib/httpimagestore/pathname.rb
httpimagestore-0.0.2 lib/httpimagestore/pathname.rb
httpimagestore-0.0.1 lib/httpimagestore/pathname.rb