Method: CodeDrivenDevelopment::CodeDrivenDevelopment#initialize
- Defined in:
- lib/code_driven_development/code_driven_development.rb
#initialize(implementation) ⇒ CodeDrivenDevelopment
Returns a new instance of CodeDrivenDevelopment.
3 4 5 |
# File 'lib/code_driven_development/code_driven_development.rb', line 3 def initialize(implementation) @implementation = implementation end |