Method: Oldfixversion::CLI::Parsers::Core#initialize
- Defined in:
- lib/oldfixversion/cli/parsers/core.rb
#initialize(configuration = Container[:configuration], client: Parser::CLIENT, **dependencies) ⇒ Core
Returns a new instance of Core.
16 17 18 19 20 21 22 23 |
# File 'lib/oldfixversion/cli/parsers/core.rb', line 16 def initialize configuration = Container[:configuration], client: Parser::CLIENT, **dependencies super(**dependencies) @configuration = configuration @client = client end |