lib/lite/ruby/configuration.rb in lite-ruby-1.0.3 vs lib/lite/ruby/configuration.rb in lite-ruby-1.0.4
- old
+ new
@@ -7,11 +7,11 @@
attr_accessor :monkey_patches
def initialize
@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
end