From: Tim Joyce [mailto:[EMAIL PROTECTED]]

>
> i would have thought than $foo.getBar() and $foo.Bar should
> produce the same
> result?
>

Yes, it should.  Must be a small bug.  The introspection approach should
start with getbar() and move to getBar().   I assume it works if you do

$foo.bar

?

Reply via email to