14 15 16 17 18
# File 'lib/linux_container.rb', line 14 def self.version @version ||= if `lxc-version` =~ /version: (\d+\.\d+)\./i $1 end end