Class: WebIDL::ParseTree::ExtendedAttributeNamedArgList

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

Instance Method Summary collapse

Instance Method Details

#build(parent) ⇒ Object



29
30
31
# File 'lib/webidl/parse_tree/extended_attributes.rb', line 29

def build(parent)
  [key.text_value, value.build(parent)]
end