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