1 2 3 4 5 6 7 8 9 10 11
class Chef class Recipe def rbenv(command) stronglifters_rbenv(command) end def gem(command) stronglifters_gem(command) end end end