lib/webidl/ast/argument.rb in webidl-0.1.2 vs lib/webidl/ast/argument.rb in webidl-0.1.3
- old
+ new
@@ -8,9 +8,10 @@
@name = name
@type = type
@optional = !!opts[:optional]
@variadic = !!opts[:variadic]
+ @extended_attributes = opts[:extended_attributes] || []
end
def optional?
@optional
end
\ No newline at end of file