Sha256: 7afc9d9581aec8864cc8f0ce7c2f52bb72fc1478010d191b82bf349b66917609
Contents?: true
Size: 225 Bytes
Versions: 46
Compression:
Stored size: 225 Bytes
Contents
module MiniMagick class Tool ## # @see http://www.imagemagick.org/script/stream.php # class Stream < MiniMagick::Tool def initialize(*args) super("stream", *args) end end end end
Version data entries
46 entries across 45 versions & 3 rubygems