lib/itamae/resource/local_ruby_block.rb in itamae-1.10.3 vs lib/itamae/resource/local_ruby_block.rb in itamae-1.10.4
- old
+ new
@@ -1,6 +1,4 @@
-require 'itamae'
-
module Itamae
module Resource
class LocalRubyBlock < Base
define_attribute :action, default: :run
define_attribute :block, type: Proc