summaryrefslogtreecommitdiff
path: root/libraries/rbenv.rb
blob: eac195815fcc5b31580034a77cdad96c82931832 (plain)
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