From: Rodrigo Rosenfeld Rosas Date: 2013-04-03T20:29:31+09:00 Subject: [ruby-core:53957] Re: [ruby-trunk - Feature #8191] Short-hand syntax for duck-typing Em 03-04-2013 01:10, phluid61 (Matthew Kerwin) escreveu: > Issue #8191 has been updated by phluid61 (Matthew Kerwin). > > > =begin > Throwing this out there for discussion: how about a completely different syntax? > > user&&.profile&&.website&&.thumbnail Why not simply user&.profile&.website&.thumbnail?