# File lib/ruby-sdl-ffi/sdl/mac.rb, line 216 def to_s str = msg_ptr( "UTF8String" ) (str.null?) ? "(NULL)" : str.read_string() end