limit to_s length
This commit is contained in:
parent
b7164b354d
commit
e1b29d799a
@ -47,7 +47,7 @@ module Virtual
|
||||
padded_words(3)
|
||||
end
|
||||
def to_s
|
||||
inspect
|
||||
inspect[0...300]
|
||||
end
|
||||
|
||||
end
|
||||
|
@ -41,7 +41,7 @@ module Virtual
|
||||
Sof::Writer.write(self)
|
||||
end
|
||||
def to_s
|
||||
inspect
|
||||
inspect[0..300]
|
||||
end
|
||||
def mem_length
|
||||
raise "abstract #{self.class}"
|
||||
|
Loading…
Reference in New Issue
Block a user