Class: Gemi::Conf
- Inherits:
-
Object
- Object
- Gemi::Conf
- Defined in:
- lib/gemi/conf.rb
Defined Under Namespace
Classes: GemircError
Instance Attribute Summary collapse
-
#rubys ⇒ Object
readonly
Returns the value of attribute rubys.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(yaml_path) ⇒ Conf
constructor
A new instance of Conf.
Constructor Details
Instance Attribute Details
#rubys ⇒ Object (readonly)
Returns the value of attribute rubys.
28 29 30 |
# File 'lib/gemi/conf.rb', line 28 def rubys @rubys end |