diff --git a/src/fromage.coffee b/src/fromage.coffee new file mode 100644 index 0000000..cdc83b2 --- /dev/null +++ b/src/fromage.coffee @@ -0,0 +1,7 @@ +### how about some coffee with your fromage? :D +class Fromage + examine : -> + console.log('whoa this js stinks!') + init : -> + console.log('fromage is coming.') + @examine();