gitextract_zi77dzkm/ ├── .gitignore ├── .travis.yml ├── Gemfile ├── LICENSE.txt ├── README.md ├── Rakefile ├── bin/ │ ├── console │ └── setup ├── exe/ │ └── kakidasu ├── lib/ │ ├── yomikomu/ │ │ └── version.rb │ └── yomikomu.rb ├── test/ │ ├── test_helper.rb │ ├── x.rb │ └── yomikomu_test.rb └── yomikomu.gemspec