Sha256: 668f6c3896ba1799c79dc8e3918b23ae78ef49ebdf0d787a0e93f0b5295e01c7
Contents?: true
Size: 272 Bytes
Versions: 27
Compression:
Stored size: 272 Bytes
Contents
# SWIG workarounds # These are offloaded into a separate file because rb_eval_string() is weird on Ruby 1.8. # SWIG doesn't understand the C++ overloading. class Gosu::Image def self.from_text(*args) args.size == 4 ? from_text4(*args) : from_text7(*args) end end
Version data entries
27 entries across 27 versions & 1 rubygems