Class: WebIDL::ParseTree::Inheritance

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/webidl/parse_tree/inheritance.rb

Instance Method Summary collapse

Instance Method Details

#build(parent) ⇒ Object



5
6
7
# File 'lib/webidl/parse_tree/inheritance.rb', line 5

def build(parent)
  names.build(parent)
end