Sha256: e47df86ce9bbd1586b48016cf5716500dc87293c1fb802b8ffb486d48dae2549
Contents?: true
Size: 264 Bytes
Versions: 20
Compression:
Stored size: 264 Bytes
Contents
module PictureTag module OutputFormats # Represents a bare url you can use in another context, such as a direct # link, but keep the resizing functionality class DirectUrl < Basic def to_s build_base_img.src end end end end
Version data entries
20 entries across 20 versions & 1 rubygems