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

@ -72,7 +72,7 @@ module Virtual
end
def to_s
Sof::Writer.write(self)
Sof.write(self)
end
private

View File

@ -10,7 +10,7 @@ module Virtual
class Instruction
def to_s
Sof::Writer.write(self)
Sof.write(self)
end
end

View File

@ -126,7 +126,7 @@ module Parfait
end
def to_s
Sof::Writer.write(self)
Sof.write(self)
end
def inspect
to_s