We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e315f2c commit 6e07792Copy full SHA for 6e07792
lib/vips/operation.rb
@@ -151,7 +151,7 @@ def add_yard_introspection name
151
flags = details[:flags]
152
gtype = details[:gtype]
153
154
- details[:yard_name] = arg_name == "in" ? "im" : arg_name
+ details[:yard_name] = (arg_name == "in") ? "im" : arg_name
155
pspec = @op.get_pspec arg_name
156
details[:blurb] = GObject.g_param_spec_get_blurb pspec
157
0 commit comments