# File lib/RMagick.rb, line 1917
    def method_missing(mth, val)
       @img.define(mth.to_s.tr('_', '-'), val)
    end