Sha256: 5c29ddd1ccdf6c0d00b0ee674f3a09178b72898c558ae371159523d62ce4fc17
Contents?: true
Size: 314 Bytes
Versions: 8
Compression:
Stored size: 314 Bytes
Contents
module RbGCCXML # Represents a <FundamentalType>. This represents all the built-in types # of C++ like int, double, char, etc. class FundamentalType < Type # We are base types. There's nothing # more to find once we've gotten to this type. def base_type #:nodoc: self end end end
Version data entries
8 entries across 8 versions & 1 rubygems