Class: Lite::Ruby::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/lite/ruby/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



10
11
12
13
14
15
# File 'lib/lite/ruby/configuration.rb', line 10

def initialize
  @monkey_patches = %w[
    array boolean date enumerable hash integer kernel numeric object open_struct range string
    struct time
  ]
end

Instance Attribute Details

#monkey_patchesObject

Returns the value of attribute monkey_patches.



8
9
10
# File 'lib/lite/ruby/configuration.rb', line 8

def monkey_patches
  @monkey_patches
end