Add missing comments

This commit is contained in:
Torsten Ruger
2015-06-15 08:21:15 +03:00
parent 941f0a4886
commit 037f8d80d2
12 changed files with 206 additions and 54 deletions

View File

@ -17,7 +17,7 @@ require 'salama-object-file'
module Checker
def check should
out = Sof::Writer.write(@out)
out = Sof.write(@out)
same = (should == out)
puts "Shouldda\n#{out}" unless same
assert_equal should , out