Sha256: 6e4f50b1630e1b74931e124a1e460a4e02dfd9edbc8ad7d1305079c7ac35b3e3
Contents?: true
Size: 300 Bytes
Versions: 6
Compression:
Stored size: 300 Bytes
Contents
module RbGCCXML # Node type represending <Base> nodes. # These nodes are children to <Class> nodes and define superclass # definitions class Base < Node # Get the Class node representing the type of this Base def cpp_type NodeCache.find(attributes["type"]) end end end
Version data entries
6 entries across 6 versions & 1 rubygems