Template to employ for documenting Ruby methods. It creates a somewhat standard, easily readable comment structure.
See Beautiful standardized RDoc comments for your Ruby / Rails methods
# # # * *Args* : # - ++ -> # * *Returns* : # - # * *Raises* : # - ++ -> # def method_name end