Methods

SDL::Mac::ObjC::NSClass

Public Class Methods

new( str_or_ptr ) click to toggle source
# 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

[Validate]

Generated with the Darkfish Rdoc Generator 2.