4 lines
84 B
Ruby
4 lines
84 B
Ruby
# frozen_string_literal: true
|
|
|
|
UNSUPPORTED_PLATFORMS = ['darwin', 'windows'].freeze
|