Sha256: fde131aed6765a2fffc699831a80d5883d6442e2fa427107ecee2b403e992ee9
Contents?: true
Size: 240 Bytes
Versions: 5
Compression:
Stored size: 240 Bytes
Contents
# Allows this gem to be used both within and outside of Vagrant if defined? Vagrant class SaltedRailsBase < Vagrant.plugin("2") end else class SaltedRailsBase def name(v) end def config(name, &block) end end end
Version data entries
5 entries across 5 versions & 1 rubygems