Files
coffeescript/documentation/coffee/prototypes.coffee
Jeremy Ashkenas 9785fd0333 Bumping site.
2010-12-12 21:41:04 -05:00

4 lines
49 B
CoffeeScript

String::dasherize = ->
this.replace /_/g, "-"