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

Version Path
steep-1.3.2 sig/steep/path_helper.rbs
steep-1.3.1 sig/steep/path_helper.rbs
steep-1.4.0.dev.2 sig/steep/path_helper.rbs
steep-1.4.0.dev.1 sig/steep/path_helper.rbs
steep-1.3.0 sig/steep/path_helper.rbs
steep-1.3.0.pre.2 sig/steep/path_helper.rbs
steep-1.3.0.pre.1 sig/steep/path_helper.rbs
steep-1.2.1 sig/steep/path_helper.rbs
steep-1.2.0 sig/steep/path_helper.rbs