Method: Roger::Release::Processors::Base#initialize
- Defined in:
- lib/roger/release/processors.rb
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
7 8 9 10 |
# File 'lib/roger/release/processors.rb', line 7 def initialize( = {}) = {} .update() if end |