lib/vagrant-profitbricks/action/is_created.rb in vagrant-profitbricks-1.0.0 vs lib/vagrant-profitbricks/action/is_created.rb in vagrant-profitbricks-4.0.0
- old
+ new
@@ -1,9 +1,11 @@
+# frozen_string_literal: true
+
module VagrantPlugins
module ProfitBricks
module Action
class IsCreated
- def initialize(app, env)
+ def initialize(app, _env)
@app = app
end
def call(env)
env[:result] = env[:machine].state.id != :not_created