moved sod write method to module

This commit is contained in:
Torsten Ruger
2015-06-19 12:29:41 +03:00
parent 1baece99c7
commit 87143091ca
7 changed files with 8 additions and 8 deletions

View File

@ -43,7 +43,7 @@ module Parfait
found = get_instance_method( method.name )
if found
@instance_methods.delete(found)
raise "existed in #{self.name} #{Sof::Writer.write found.info.blocks}"
raise "existed in #{self.name} #{Sof.write found.info.blocks}"
end
@instance_methods.push method
#puts "#{self.name} add #{method.name}"