module Enumerable

Public Instance Methods

minmax() click to toggle source
   # File lib/chunky_png/compatibility.rb
11 def minmax
12   [min, max]
13 end