# File lib/RMagick.rb, line 368 def interword_spacing(space) begin Float(space) rescue ArgumentError Kernel.raise ArgumentError, "invalid value for interword_spacing" rescue TypeError Kernel.raise TypeError, "can't convert #{space.class} into Float" end primitive "interword-spacing #{space}" end