Class: WebIDL::ParseTree::ExtendedAttributeIdent

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



23
24
25
# File 'lib/webidl/parse_tree/extended_attributes.rb', line 23

def build(parent)
  [key, value].map { |e| e.text_value }
end