lib/lxc.rb in lxc-0.2.12 vs lib/lxc.rb in lxc-0.2.13
- old
+ new
@@ -8,11 +8,12 @@
class LXC
# Top-Level Error Class
class LXCError < StandardError; end
- autoload :Config, 'lxc/config'
+ autoload :Config, 'lxc/config'
autoload :Container, 'lxc/container'
+ autoload :Runner, 'lxc/runner'
# Controls if sudo is prefixed on all executed commands.
#
# @overload use_sudo=(value)
# Sets if all executed commands should be prefixed with sudo.