class Aruba::Contracts::RelativePath
Is value relative path
def self.valid?(value)
-
value
(String
) --
def self.valid?(value) Aruba.platform.relative_path? value rescue StandardError false end
Is value relative path
value
(String
)
--
def self.valid?(value) Aruba.platform.relative_path? value rescue StandardError false end