Method: Magick::Draw#encoding
- Defined in:
- lib/rmagick_internal.rb
#encoding(encoding) ⇒ Object
Let anything through, but the only defined argument is “UTF-8”. All others are apparently ignored.
352 353 354 |
# File 'lib/rmagick_internal.rb', line 352 def encoding(encoding) primitive "encoding #{to_string(encoding)}" end |