# File lib/ruby-sdl-ffi/sdl/mac.rb, line 350 def initialize( *args ) if args.empty? super( ObjC::NSClass("NSMenuItem").msg_ptr("alloc") ) else super( args[0] ) end end