class @Foo

  doStuff: (input) ->
    if input is ""
        return "done"
    else
        return "wat"
