Method: Inch::CLI::Command::Base#initialize
- Defined in:
- lib/inch/cli/command/base.rb
#initialize(kwargs = {}) ⇒ Base
Returns a new instance of Base.
63 64 65 66 |
# File 'lib/inch/cli/command/base.rb', line 63 def initialize(kwargs = {}) @ui = kwargs[:ui] if kwargs[:ui] end |