Talk:Roadmap
From SlateWiki
In the Language -> Syntax section, where it is said that Ruby uses the "=foo" notation for accessing attributes, as far as I know, Ruby just uses "foo =" to access attributes, are there any special cases where I'm not aware of?
-Bill
That comment came from an email on the mailing list. You should correct it there to help out. Anyway, it looks as though ruby names the mutator methods which underly "foo = bar" as "foo=", not "=foo". I'll correct that note now.
