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