Sha256: 5935733d84d3e2b295992cc43c65597d88f7e04595d1603cce4b2accdda3c31d
Contents?: true
Size: 292 Bytes
Versions: 16
Compression:
Stored size: 292 Bytes
Contents
=begin * **gem**: rmagic =end module Magick =begin Method list ----------- * \#width _alias from columns_ * \#height _alias from rows_ =end class Image alias width columns alias height rows # get width height # # @return [Array] [width, height] def wh; [columns, rows] end end end
Version data entries
16 entries across 16 versions & 1 rubygems