class Aruba::Contracts::RelativePath
Is value relative path
Public Class Methods
Source
# File lib/aruba/contracts/relative_path.rb, line 15 def self.valid?(value) Aruba.platform.relative_path? value rescue StandardError false end
Check
@param [String] value
The path to be checked