Method: Vips::TargetCustom#initialize
- Defined in:
- lib/vips/targetcustom.rb
#initialize ⇒ TargetCustom
Returns a new instance of TargetCustom.
46 47 48 49 50 51 |
# File 'lib/vips/targetcustom.rb', line 46 def initialize pointer = Vips::vips_target_custom_new raise Vips::Error if pointer.null? super pointer end |