Method: Gemsmith::CLI#initialize
- Defined in:
- lib/gemsmith/cli.rb
#initialize(args = [], options = {}, config = {}) ⇒ CLI
Initialize.
101 102 103 104 |
# File 'lib/gemsmith/cli.rb', line 101 def initialize args = [], = {}, config = {} super args, , config @configuration = {} end |