Sha256: cdd2a5f6e44704df0a0f64fadd5371f0187b0f07870f950a3781efed515fb6b1

Contents?: true

Size: 177 Bytes

Versions: 1

Compression:

Stored size: 177 Bytes

Contents

class Houndstooth::Environment
    class UntypedType < Type
        def accepts?(other)
            1
        end

        def rbs
            "untyped"
        end
    end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
houndstooth-0.1.0 lib/houndstooth/environment/types/special/untyped_type.rb