Module: FigNewton
- Extended by:
- Missing, YmlReader
- Defined in:
- lib/fig_newton.rb,
lib/fig_newton/node.rb,
lib/fig_newton/missing.rb,
lib/fig_newton/version.rb
Defined Under Namespace
Modules: Missing Classes: Node
Constant Summary collapse
- VERSION =
"1.0"
Class Attribute Summary collapse
-
.yml ⇒ Object
Returns the value of attribute yml.
Class Method Summary collapse
Methods included from Missing
Class Attribute Details
.yml ⇒ Object
Returns the value of attribute yml.
12 13 14 |
# File 'lib/fig_newton.rb', line 12 def yml @yml end |
Class Method Details
.default_directory ⇒ Object
14 15 16 |
# File 'lib/fig_newton.rb', line 14 def default_directory 'config/environments' end |