Module: Nodectl::Recipe::ObjectMethods

Defined in:
lib/nodectl/recipe.rb

Overview

Extension for ruby Object class for creating recipes anywhere

Instance Method Summary collapse

Instance Method Details

#declare_recipe(*args, &blk) ⇒ Object



187
188
189
# File 'lib/nodectl/recipe.rb', line 187

def declare_recipe(*args, &blk)
  Nodectl::Recipe.declare(*args, &blk)
end