class Itamae::Resource::LocalRubyBlock

Public Instance Methods

action_run(options) click to toggle source
# File lib/itamae/resource/local_ruby_block.rb, line 9
def action_run(options)
  attributes.block.call
end