Module: Ruboty::Ragoon::Config

Included in:
Template
Defined in:
lib/ruboty/ragoon/config.rb

Constant Summary collapse

TEMPLATE_DIRS =
[
  File.join(Dir.pwd, 'templates'),
  File.join(File.dirname(File.expand_path(__FILE__)), '..', '..', '..', 'templates'),
]

Instance Method Summary collapse

Instance Method Details

#ragoon_config(key) ⇒ Object



9
10
11
# File 'lib/ruboty/ragoon/config.rb', line 9

def ragoon_config(key)
  ::Ruboty::Ragoon::Config.const_get(key.to_s.upcase)
end