Sha256: dc0f5697bc31c5e5a525da7e55257528d51a99bb345fab3c3f58f768643b6d61
Contents?: true
Size: 176 Bytes
Versions: 1
Compression:
Stored size: 176 Bytes
Contents
module Ray class Image def inspect "#<#{self} w=#{w} h=#{h} bpp=#{bpp}>" end alias :bits_per_pixel :bpp alias :width :w alias :height :h end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ray-0.0.0.pre2 | lib/ray/image.rb |