lib/webidl/parse_tree/operation.rb in webidl-0.1.4 vs lib/webidl/parse_tree/operation.rb in webidl-0.1.5

- old
+ new

@@ -9,10 +9,9 @@ else special_list = [] operation = self end - debugger unless operation.type.respond_to?(:build) typ = operation.type.build(parent) name = operation.optional_id.text_value unless operation.optional_id.empty? arguments = operation.args.build(parent) unless operation.args.empty? raise_list = operation.raises.build unless operation.raises.empty? \ No newline at end of file