# File lib/deltacloud/state_machine.rb, line 21 def initialize(&block) @states = [] instance_eval &block if block end