Class: GenRelease::Commands::Create

Inherits:
Object
  • Object
show all
Defined in:
lib/genRelease/commands/create.rb

Instance Method Summary collapse

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
  @global_options = global_options
  @current_dir = Dir.getwd
end

Instance Method Details

#createObject



9
10
11
# File 'lib/genRelease/commands/create.rb', line 9

def create
  OpenSSLUtils::new_certification_file
end