class SDL::Mac::ObjC::NSClass
Public Class Methods
new( str_or_ptr )
click to toggle source
Calls superclass method
# File lib/ruby-sdl-ffi/sdl/mac.rb, line 191 def initialize( str_or_ptr ) if str_or_ptr.is_a? String super( ObjC.getClass(str_or_ptr) ) else super end end