# frozen_string_literal: true

Lite::Ruby.configure do |config|
  config.monkey_patches = %w[
    array date enumerable hash integer kernel numeric object range string struct time
  ]
end