From cd2716a169d47d56869b6783470910660b2c64ce Mon Sep 17 00:00:00 2001 From: katebeavis Date: Fri, 14 Oct 2016 16:26:26 +0100 Subject: [PATCH] another test --- lib/node.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node.rb b/lib/node.rb index 44d48bf..abf8b95 100644 --- a/lib/node.rb +++ b/lib/node.rb @@ -127,4 +127,5 @@ def sum t.add(9) t.add(6) + #this is another test end