summaryrefslogtreecommitdiff
path: root/manifests/devel.pp
blob: 67159c7f676b279552e3c39385ffe0c9d7108d8f (plain)
1
2
3
4
5
6
class rubygems::devel {
  include rubygems
  include ruby::devel
  include gcc
}