Sha256: 3ba7a0bd962d4016347d6dbeacde436fe80364c4c0662f865d8be6979f2ab199
Contents?: true
Size: 274 Bytes
Versions: 2
Compression:
Stored size: 274 Bytes
Contents
# @type var params: { name: String, id: Integer } params = { id: 30, name: "Matz" } # !expects IncompatibleAssignment: lhs_type={ :name => ::String, :id => ::Integer }, rhs_type=::Hash<::Symbol, ::String> params = { id: "30", name: "foo", email: "matsumoto@soutaro.com" }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
steep-0.7.0 | smoke/hash/d.rb |
steep-0.6.0 | smoke/hash/d.rb |