module Magick
def formats
-
(Magick)
- -
(Hash)
- the formats hash
Other tags:
- Yieldparam: v - the properties string
Yieldparam: k - the format name
Other tags:
- Yield: -
Overloads:
-
formats
-
formats
def formats formats = init_formats if block_given? formats.each { |k, v| yield k, v } self else formats end end