Sha256: 9addc9312651268793924f880c2b6dae41e83bacbecb5cd8d37a2f8350319fbc
Contents?: true
Size: 306 Bytes
Versions: 26
Compression:
Stored size: 306 Bytes
Contents
# @type var params: { name: String, id: Integer } params = { id: 30, name: "Matz" } # !expects IncompatibleAssignment: lhs_type={ :name => ::String, :id => ::Integer }, rhs_type={ :id => ::String, :name => ::String, :email => ::String } params = { id: "30", name: "foo", email: "matsumoto@soutaro.com" }
Version data entries
26 entries across 26 versions & 1 rubygems