Class: MKLog::MKDebugType::Object
- Defined in:
- lib/mklog/debugtype/object.rb
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
Methods inherited from Abstract
Instance Method Details
#write(file) ⇒ Object
4 5 6 |
# File 'lib/mklog/debugtype/object.rb', line 4 def write (file) file.write("["+self.get_time()+"] "+@message.to_s+" \n"+@message.to_yaml) end |