Sha256: 68e51b71578a3468242b8a48f34c3a8bb9c866ab22a8f88ac6995bdfc76ffd3d
Contents?: true
Size: 391 Bytes
Versions: 9
Compression:
Stored size: 391 Bytes
Contents
module Steep module PathHelper # Receives a String that represents a *file* URI and returns a Pathname # # Returns `nil` when the schema of given URI is not `file://`. # def self?.to_pathname: (String uri, ?dosish: bool) -> Pathname? # Receives a Pathname and returns a *file* URI # def self?.to_uri: (Pathname path, ?dosish: bool) -> URI::File end end
Version data entries
9 entries across 9 versions & 1 rubygems