examples/poignant.coffee in coffee-script-0.2.1 vs examples/poignant.coffee in coffee-script-0.2.2
- old
+ new
@@ -12,12 +12,12 @@
# def purchased; @purchased; end
# def purchased=(var); @purchased = var; end
# end
LotteryTicket: {
- get_picks: => this.picks
- set_picks: nums => this.picks: nums
- get_purchase: => this.purchase
+ get_picks: => this.picks
+ set_picks: nums => this.picks: nums
+ get_purchase: => this.purchase
set_purchase: amount => this.purchase: amount
}
\ No newline at end of file