write(output, indent = -1) -> object[permalink][rdoc][edit]- 
output に self の情報を name='value' という形式で書き込みます。
output が返ります。
- [PARAM] output:
 - 書き込み先の IO オブジェクト
 - [PARAM] indent:
 - インデントレベル、ここでは無視される
 
 
write(output, indent = -1) -> object[permalink][rdoc][edit]output に self の情報を name='value' という形式で書き込みます。
output が返ります。