Method: Ru::Process#initialize
- Defined in:
- lib/ru/process.rb
#initialize ⇒ Process
Returns a new instance of Process.
6 7 8 |
# File 'lib/ru/process.rb', line 6 def initialize @option_printer = OptionPrinter.new end |
Returns a new instance of Process.
6 7 8 |
# File 'lib/ru/process.rb', line 6 def initialize @option_printer = OptionPrinter.new end |