2016-12-10から1日間の記事一覧

OpmlReader

OPMLのReader部分をgem化しようと。 いやなんかあるし。https://github.com/gilliek/opml-parser パッと見、そのままhashにしてるだけっぽいな。categoryにも対応してないっぽい。 outline部分をclass化させて使いたいなぁ。 gem化するならば、どういう形に…

rubocopを使ってみる

rubocopを使ってみる とりあえず $ bundle exec rubocop lib/ をやってみると、「11 files inspected, 252 offenses detected」 目につくのはこれだな。 lib/entry_reformat.rb:12:9: C: Use 2 (not 4) spaces for indentation. parser = Oga.parse_html(htm…