lib/lite/ruby/configuration.rb in lite-ruby-1.0.1 vs lib/lite/ruby/configuration.rb in lite-ruby-1.0.2

- old
+ new

@@ -7,10 +7,11 @@ attr_accessor :monkey_patches def initialize @monkey_patches = %w[ - array date enumerable hash integer kernel numeric object range string struct time + array date enumerable hash integer kernel numeric object open_struct range string struct + time ] end end