Class: Goatee::Configuration
- Inherits:
-
Object
- Object
- Goatee::Configuration
- Defined in:
- lib/goatee/configuration.rb
Class Attribute Summary collapse
-
.templates_directory ⇒ Object
Returns the value of attribute templates_directory.
Class Method Summary collapse
Class Attribute Details
.templates_directory ⇒ Object
Returns the value of attribute templates_directory.
4 5 6 |
# File 'lib/goatee/configuration.rb', line 4 def templates_directory @templates_directory end |
Class Method Details
.configure {|_self| ... } ⇒ Object
6 7 8 9 |
# File 'lib/goatee/configuration.rb', line 6 def configure(&block) yield self self end |