moved sod write method to module
This commit is contained in:
@ -72,7 +72,7 @@ module Virtual
|
||||
end
|
||||
|
||||
def to_s
|
||||
Sof::Writer.write(self)
|
||||
Sof.write(self)
|
||||
end
|
||||
|
||||
private
|
||||
|
@ -10,7 +10,7 @@ module Virtual
|
||||
|
||||
class Instruction
|
||||
def to_s
|
||||
Sof::Writer.write(self)
|
||||
Sof.write(self)
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -126,7 +126,7 @@ module Parfait
|
||||
end
|
||||
|
||||
def to_s
|
||||
Sof::Writer.write(self)
|
||||
Sof.write(self)
|
||||
end
|
||||
def inspect
|
||||
to_s
|
||||
|
Reference in New Issue
Block a user