Class: Sekisyo::Configuration

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/sekisyo/configuration.rb

Overview

Sekisyo Configuration is a wrapper class that transfers some methods to Hashie::Mash. Available methods are

  • deep_merge!

  • method_missing

  • []

  • []=

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



19
20
21
# File 'lib/sekisyo/configuration.rb', line 19

def initialize
  @options = Hashie::Mash.new
end