Method: Cejo::Distro::ParsedCommands#initialize
- Defined in:
- lib/cejo/distro/parsed_commands.rb
#initialize(utils, folder) ⇒ ParsedCommands
Returns a new instance of ParsedCommands.
9 10 11 12 |
# File 'lib/cejo/distro/parsed_commands.rb', line 9 def initialize(utils, folder) @utils = utils @folder = folder.join 'distro' end |