Sha256: 1ea7ac289abdb6302cb5b6f05487c287034b222651af9c3360f4b7ead2f37788
Contents?: true
Size: 220 Bytes
Versions: 9
Compression:
Stored size: 220 Bytes
Contents
module WebIDL module ParseTree class InterfaceInheritance < Treetop::Runtime::SyntaxNode def build(parent) names.build(parent) end end # InterfaceInheritance end # ParseTree end # WebIDL
Version data entries
9 entries across 9 versions & 1 rubygems