ruby.coffee | |
---|---|
The same as the classical convention, except that directories in the module hierarchy are defined
with | |
An ExampleGiven this project hierarchy:
The exported module hierarchy will be as follows (assuming that lib/ is autorequired): | Classical = require './classical'
class Ruby extends Classical
directoryToProperty: (directoryName, parentPath) ->
@underscore directoryName
module.exports = Ruby
|