18 19 20
# File 'lib/cocoa/structs/NSSize.rb', line 18 def NSMakeSize width,height CGSize.new(width: width, height: height) end