Class: Goatee::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/goatee/configuration.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.templates_directoryObject

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

Yields:

  • (_self)

Yield Parameters:



6
7
8
9
# File 'lib/goatee/configuration.rb', line 6

def configure(&block)
  yield self
  self
end