remove some boiler

This commit is contained in:
Torsten Ruger
2014-09-30 12:08:12 +03:00
parent fba66371c0
commit 493b02674c
2 changed files with 3 additions and 14 deletions

View File

@ -40,6 +40,9 @@ module Virtual
def inspect
Sof::Writer.write(self)
end
def to_s
inspect
end
def mem_length
raise "abstract #{self}"
end