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

Version Path
salted-rails-0.0.9 lib/salted_rails_base.rb
salted-rails-0.0.8 lib/salted_rails_base.rb
salted-rails-0.0.7 lib/salted_rails_base.rb
salted-rails-0.0.6 lib/salted_rails_base.rb
salted-rails-0.0.5 lib/salted_rails_base.rb