lib/vagrant-smartos.rb in vagrant-smartos-0.0.1alpha vs lib/vagrant-smartos.rb in vagrant-smartos-0.0.2pre1
- old
+ new
@@ -1,14 +1,14 @@
require 'pathname'
require "vagrant-smartos/version"
require 'vagrant-smartos/plugin'
+require 'vagrant-smartos/errors'
module VagrantPlugins
module Smartos
lib_path = Pathname.new(File.expand_path("../vagrant-smartos", __FILE__))
- #autoload :Action, lib_path.join("action")
- #autoload :Errors, lib_path.join("errors")
+
# This returns the path to the source of this plugin.
#
# @return [Pathname]
def self.source_root