require 'blazing/recipe' module Blazing class RvmRecipe < Blazing::Recipe def run false end end end