class RBT::Linux::Debian::CreateControlFile
Constants
- NAMESPACE
#¶ ↑
NAMESPACE
¶ ↑#¶ ↑
Public Class Methods
[](i = '')
click to toggle source
new( name_of_the_program = Dir.pwd, run_already = true )
click to toggle source
#¶ ↑
initialize¶ ↑
The first argument is the name of the program.
#¶ ↑
# File lib/rbt/linux/debian/create_control_file.rb, line 36 def initialize( name_of_the_program = Dir.pwd, # By default we will obtain information from the current working directory. run_already = true ) reset run if run_already end
Public Instance Methods
create_the_control_file()
click to toggle source
reset()
click to toggle source