Class: Clir::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/clir/Config.cls.rb

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object



10
11
12
# File 'lib/clir/Config.cls.rb', line 10

def [](key)
  data[key]    
end

#dataObject

TODO



15
16
17
18
19
# File 'lib/clir/Config.cls.rb', line 15

def data
  {
    replay_character: '_'
  }
end