method
dasherize
![Some documentation Importance_1](https://d2vfyqvduarcvs.cloudfront.net/images/importance_1.png?1349367920)
dasherize(underscored_word)
public
Replaces underscores with dashes in the string.
dasherize('puni_puni') # => "puni-puni"
dasherize(underscored_word)
public
Replaces underscores with dashes in the string.
dasherize('puni_puni') # => "puni-puni"