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