lib/webidl/parse_tree/operation.rb in webidl-0.0.8 vs lib/webidl/parse_tree/operation.rb in webidl-0.0.9

- old
+ new

@@ -19,10 +19,11 @@ Ast::Operation.new( parent, typ, :name => name, :specials => special_list, :args => arguments, - :raises => raise_list + :raises => raise_list, + :static => respond_to?(:static) ) end end # Operation end # ParseTree \ No newline at end of file