Method: Train::File#product_version

Defined in:
lib/train/file.rb

#product_versionObject

product_version is primarily used by Windows operating systems only and will be overwritten in Windows-related classes. Since this field is returned for all file objects, the acceptable default value is nil



65
66
67
# File 'lib/train/file.rb', line 65

def product_version
  nil
end