20 21 22
# File 'lib/cocoa/structs/NSRange.rb', line 20 def CFRangeMake loc,len CFRange.new(location: loc, length: len) end