From 61db28da883eae492594b453098047f5c079a9d8 Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:43:36 +0100 Subject: [PATCH] Fix a method redefinition warning --- lib/vips/object.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/vips/object.rb b/lib/vips/object.rb index 3b3e92d..9541c6f 100644 --- a/lib/vips/object.rb +++ b/lib/vips/object.rb @@ -9,9 +9,6 @@ module Vips private - # debugging support - attach_function :vips_object_print_all, [], :void - # we must init these by hand, since they are usually made on first image # create attach_function :vips_band_format_get_type, [], :GType @@ -337,6 +334,7 @@ class ArgumentInstancePtr < FFI::Struct ArgumentClassPtr.ptr, ArgumentInstancePtr.ptr], :int + # debugging support attach_function :vips_object_print_all, [], :void attach_function :vips_object_set_from_string, [:pointer, :string], :int