Sha256: 73828ef9c5c51e07bfdb2ccfbe169bb04519f7b2e8886826c0ce91320ecf76ac
Contents?: true
Size: 343 Bytes
Versions: 19
Compression:
Stored size: 343 Bytes
Contents
class Recipes::Cleanup < Rails::AppBuilder def create erase_comments "config/application.rb" erase_comments "config/environments/production.rb" erase_comments "config/environments/test.rb" erase_comments "config/environments/development.rb" cut_comments "config/initializers/backtrace_silencers.rb", limit: 100 end end
Version data entries
19 entries across 19 versions & 1 rubygems