narou icon indicating copy to clipboard operation
narou copied to clipboard

File.join などをしているところを Pathname を使って書き直す

Open whiteleaf7 opened this issue 6 years ago • 1 comments

Narou.root_dir などは Pathname 化済み 現状の様に File.join にそのまま渡しても問題ないが、Pathname#join を使ったほうが自然なので書き直す

  • [ ] join
  • [ ] expand_path
  • [ ] mkdir
  • [ ] rmdir

whiteleaf7 avatar Aug 26 '18 08:08 whiteleaf7

Dir.glob なども、Narou.root_dir.glob("*") みたいに書き直せて map(&:basename) とかすごい自然に書けるのでリファクタリングしたい

whiteleaf7 avatar Sep 01 '18 17:09 whiteleaf7