gitextract__nywioe0/ ├── .gitignore ├── .rspec ├── .travis.yml ├── CHANGELOG.md ├── Gemfile ├── Guardfile ├── LICENSE.txt ├── README.md ├── Rakefile ├── lib/ │ ├── model_attribute/ │ │ ├── casts.rb │ │ ├── errors.rb │ │ └── version.rb │ └── model_attribute.rb ├── model_attribute.gemspec ├── performance_comparison.rb └── spec/ ├── model_attributes_spec.rb └── spec_helper.rb