# File lib/vagrant-libvirt/action/is_created.rb, line 11 def call(env) env[:result] = env[:machine].state.id != :not_created @app.call(env) end