module.exports =
class Stuff

   # YO!
  bar: ->
    console.log 'yo yo'

  ### Internal ###

  @doSomething: ->
