# File lib/rudy/metadata/machine.rb, line 210 210: def default_fstype 211: windows? ? Rudy::DEFAULT_WINDOWS_FS : Rudy::DEFAULT_LINUX_FS 212: end