On Mar 8, 2006, at 9:58 PM, dblack / wobblini.net wrote:


>
> I wonder how the parser would handle:
>
>   obj .x
>
> i.e., whether it would be:
>
>   obj.x
>
> or
>
>   obj(.x)
>
>
> David
>
> -- 
> David A. Black (dblack / wobblini.net)
> Ruby Power and Light, LLC (http://www.rubypowerandlight.com)
>
> "Ruby for Rails" chapters now available
> from Manning Early Access Program! http://www.manning.com/books/black
>

I would imagine obj.x since that is the current behavior