lib/generators/lite/ruby/templates/install.rb in lite-ruby-1.0.0 vs lib/generators/lite/ruby/templates/install.rb in lite-ruby-1.0.1
- old
+ new
@@ -1,15 +1,7 @@
# frozen_string_literal: true
Lite::Ruby.configure do |config|
- config.array = true
- config.date = true
- config.enumerable = true
- config.hash = true
- config.integer = true
- config.kernel = true
- config.numeric = true
- config.object = true
- config.range = true
- config.string = true
- config.time = true
+ config.monkey_patches = %w[
+ array date enumerable hash integer kernel numeric object range string struct time
+ ]
end