Sha256: 7013ac4dec7e581b8facb5cedd1bec184626b884d55c5696ffa63ec34ff79e33

Contents?: true

Size: 556 Bytes

Versions: 31

Compression:

Stored size: 556 Bytes

Contents

module Vagrant
  module Plugin
    module V2
      # Base class for a host in Vagrant. A host class contains functionality
      # that is specific to a specific OS that is running Vagrant. This
      # abstraction is done because there is some host-specific logic that
      # Vagrant must do in some cases.
      class Host
        # This returns true/false depending on if the current running system
        # matches the host class.
        #
        # @return [Boolean]
        def detect?(env)
          false
        end
      end
    end
  end
end

Version data entries

31 entries across 27 versions & 4 rubygems

Version Path
vagrant-unbundled-2.3.6.0 lib/vagrant/plugin/v2/host.rb
tamtam-vagrant-reload-1.2.1 vendor/cache/vagrant-2092df529ae7/lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.3.3.0 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.3.2.0 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.19.0 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.18.0 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.16.0 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.14.0 lib/vagrant/plugin/v2/host.rb
vagrant-aws-mkubenka-0.7.2.pre.24 vendor/bundle/ruby/2.7.0/bundler/gems/vagrant-22795b161bf6/lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.10.0 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.9.0 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.8.0 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.7.0 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.6.2 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.6.1 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.6.0 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.5.0 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.4.0 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.3.0 lib/vagrant/plugin/v2/host.rb
vagrant-unbundled-2.2.2.0 lib/vagrant/plugin/v2/host.rb