On 14/07/2010, at 10:02 AM, Tim Lucas wrote: > CofeeScript doesn't do anything fancy in regards to classes, and it doesn't > give you any inheritance.
>From the CoffeScript site: > CoffeeScript provides a basic classstructure that allows you to name your > class, set the superclass, assign prototypal properties, and define the > constructor, in a single assignable expression. Which, frankly, is all Prototype is doing too. So, though that might not be strictly interpreted as inheritance, it's good enough for this discussion. -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
