# File lib/rudy/aws/ec2/instance.rb, line 31
31:     def running?; self.state && self.state == 'running'; end