gitextract_5m36g2_7/ ├── .github/ │ └── workflows/ │ └── ci.yml ├── .gitignore ├── Gemfile ├── LICENSE.txt ├── README.md ├── Rakefile ├── lib/ │ ├── smart_init/ │ │ ├── main.rb │ │ └── version.rb │ └── smart_init.rb ├── smart_init.gemspec └── test/ ├── test_hash_api.rb ├── test_hash_public_accessors.rb ├── test_hash_public_mixed.rb └── test_hash_public_readers.rb