4 lines
76 B
CoffeeScript
4 lines
76 B
CoffeeScript
define ->
|
|
name: 'CoffeeScript To Test'
|
|
method: (input) -> 2 * input
|