# File lib/os.rb, line 62
def
self
.
freebsd?
if
(
host_os
=~
/freebsd/
)
true
else
false
end
end