Module: VagrantPlugins::Memset

Defined in:
lib/vagrant-memset.rb,
lib/vagrant-memset/action.rb,
lib/vagrant-memset/config.rb,
lib/vagrant-memset/plugin.rb,
lib/vagrant-memset/version.rb,
lib/vagrant-memset/provider.rb,
lib/vagrant-memset/action/is_created.rb,
lib/vagrant-memset/action/read_state.rb,
lib/vagrant-memset/action/sync_folders.rb,
lib/vagrant-memset/action/cancel_server.rb,
lib/vagrant-memset/action/create_server.rb,
lib/vagrant-memset/action/read_ssh_info.rb,
lib/vagrant-memset/action/connect_memset.rb,
lib/vagrant-memset/action/message_not_created.rb

Defined Under Namespace

Modules: Action Classes: Config, Plugin, Provider

Constant Summary collapse

VERSION =
"1.0.1"

Class Method Summary collapse

Class Method Details

.source_rootPathname

Returns:

  • (Pathname)


13
14
15
# File 'lib/vagrant-memset.rb', line 13

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end