vagrant/lib/vagrant/hosts/bsd.rb

8 lines
137 B
Ruby
Raw Normal View History

module Vagrant
module Hosts
# Represents a BSD host, such as FreeBSD and Darwin (Mac OS X).
class BSD < Base
end
end
end