├── LICENSE ├── README.md ├── scratchpad.rb └── translations └── pt-BR.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elissonmichael/clean-code-ruby/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elissonmichael/clean-code-ruby/HEAD/README.md -------------------------------------------------------------------------------- /scratchpad.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elissonmichael/clean-code-ruby/HEAD/scratchpad.rb -------------------------------------------------------------------------------- /translations/pt-BR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elissonmichael/clean-code-ruby/HEAD/translations/pt-BR.md --------------------------------------------------------------------------------