Module: RbConfig
- Defined in:
- lib/tagen/rbconfig.rb
Class Method Summary collapse
-
.[](key) ⇒ Object
short-cut method to CONFIG#[].
Class Method Details
.[](key) ⇒ Object
short-cut method to CONFIG#[]
5 6 7 |
# File 'lib/tagen/rbconfig.rb', line 5 def self.[](key) CONFIG[key] end |