Class: Codestrapfile
- Inherits:
-
Object
- Object
- Codestrapfile
- Defined in:
- lib/codestrap/config.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.config {|obj| ... } ⇒ Object
98 99 100 101 |
# File 'lib/codestrap/config.rb', line 98 def self.config obj = Codestrapfile.new() yield obj if block_given? end |