Module: Vagrant::Boxen::Modules::Memcached::Config

Defined in:
lib/vagrant-boxen/modules/memcached.rb

Instance Method Summary collapse

Instance Method Details

#memcached(options = nil, &options_block) ⇒ Object



4
5
6
# File 'lib/vagrant-boxen/modules/memcached.rb', line 4

def memcached(options = nil, &options_block)
  enable_module Memcached.new(options, &options_block)
end