Undo to_s methods
parent
b80f6c34c0
commit
08f69da41a
|
@ -3,9 +3,6 @@ module Rex
|
|||
module Serialization
|
||||
module Model
|
||||
class Reset < Element
|
||||
def to_s
|
||||
'TC_RESET'
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -51,10 +51,6 @@ module Rex
|
|||
|
||||
encoded
|
||||
end
|
||||
|
||||
def to_s
|
||||
contents
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue