class SDL2::FFI::Struct::InlineArray

FFI::Struct::InlineArray is modified to allow == operations, may not be effecient but seems to work.

Public Instance Methods

==(other) click to toggle source
# File lib/sdl2.rb, line 19
def ==(other)
  self.to_a == other.to_a
end