• Jump To … +
    Test.coffee Test2.coffee
  • ¶

    Test

    Methods

    • initialize
    • echo
    class Test
  • ¶

    Initialize

    Constructor

        initialize: () ->
  • ¶

    echo

    a.n.other function

        echo: (text) ->
  • ¶

    logs out text

            console.log(text)