Module: WebIDL::Parser::IDL::ExtendedAttributeNoArg0
- Defined in:
- lib/webidl/parser/idl.rb
Instance Method Summary collapse
Instance Method Details
#build(parent) ⇒ Object
4155 4156 4157 |
# File 'lib/webidl/parser/idl.rb', line 4155 def build(parent) Ast::ExtendedAttribute.new(text_value) end |