Class: GenRelease::Commands::Create
- Inherits:
-
Object
- Object
- GenRelease::Commands::Create
- Defined in:
- lib/genRelease/commands/create.rb
Instance Method Summary collapse
- #create ⇒ Object
-
#initialize(global_options) ⇒ Create
constructor
A new instance of Create.
Constructor Details
#initialize(global_options) ⇒ Create
Returns a new instance of Create.
4 5 6 7 |
# File 'lib/genRelease/commands/create.rb', line 4 def initialize @global_options = @current_dir = Dir.getwd end |
Instance Method Details
#create ⇒ Object
9 10 11 |
# File 'lib/genRelease/commands/create.rb', line 9 def create OpenSSLUtils::new_certification_file end |