Method: Cirun::CLI#initialize
- Defined in:
- lib/cirun/cli.rb
#initialize ⇒ CLI
Returns a new instance of CLI.
9 10 11 12 13 14 15 16 17 |
# File 'lib/cirun/cli.rb', line 9 def initialize = OpenStruct.new .database = '' .redmine = '' .ruby = '' .plugin = '' .dependent = '' .print = false end |