Method: Pkgr::Distributions::Sles#runner
- Defined in:
- lib/pkgr/distributions/sles.rb
#runner ⇒ Object
14 15 16 |
# File 'lib/pkgr/distributions/sles.rb', line 14 def runner @runner ||= Runner.new("sysv", "lsb-3.1", "chkconfig") end |