Sha256: 6b1d23b0c7e076d3c6fc68df33396f18c0846f52addfee97b390b4c07a36143a

Contents?: true

Size: 264 Bytes

Versions: 1

Compression:

Stored size: 264 Bytes

Contents

class Houndstooth::Environment
    class PendingDefinedType < Type
        def initialize(path)
            @path = path
        end

        # @return [String]
        attr_reader :path

        def rbs
            "#{path} (unresolved)"
        end 
    end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
houndstooth-0.1.0 lib/houndstooth/environment/types/defined/pending_defined_type.rb