>> 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.
Sorry, you're right, there is more to CoffeeScript's classes than what I pointed out (inheritance and "super"), I just haven't used, or wanted to use, either of those features. -- tim -- 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.
