Method: Vips::Introspect.get_yard

Defined in:
lib/vips/operation.rb

.get_yard(name) ⇒ Object



187
188
189
190
191
# File 'lib/vips/operation.rb', line 187

def self.get_yard name
  introspect = Introspect.get name
  introspect.add_yard_introspection name
  introspect
end