class Magick::OptionalMethodArguments

def method_missing(mth, val)

miscellaneous options like -verbose
def method_missing(mth, val)
  @img.define(mth.to_s.tr('_', '-'), val)
end