lib/atp/processor.rb in atp-0.5.3 vs lib/atp/processor.rb in atp-0.5.4
- old
+ new
@@ -36,7 +36,11 @@
end
def n1(type, arg)
n(type, [arg])
end
+
+ def n2(type, arg1, arg2)
+ n(type, [arg1, arg2])
+ end
end
end
- old
+ new