README.md in lxc-ruby-0.2.1 vs README.md in lxc-ruby-0.2.2
- old
+ new
@@ -72,9 +72,10 @@
# is actually stopped
c.exists? # => true
# Status helpers
c.running? # => true
+c.stopped? # => false
c.frozen? # => false
# Start and stop containers
c.start # => {:state => 'RUNNING', :pid => 1234}
c.stop # => {:state => 'STOPPED', :pid => -1}
\ No newline at end of file