This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! ruby -Ku | |
# 今は亡きcatch.comのエクスポートファイルをsimplenote.comに移行するテキストを吐くツール。 | |
require "kconv" | |
require "rexml/document" | |
# 内部で使用する構造体風VOクラス。 | |
class Note | |
@id = "" | |
@tags | |
@auther = "" |