diff options
Diffstat (limited to 'old/skeletons/ruby.hdr')
-rw-r--r-- | old/skeletons/ruby.hdr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/skeletons/ruby.hdr b/old/skeletons/ruby.hdr new file mode 100644 index 0000000..1314e75 --- /dev/null +++ b/old/skeletons/ruby.hdr @@ -0,0 +1,14 @@ +#! /usr/bin/env ruby +# -*- coding: UTF-8 -*- + +#---------------------------------------------------------------------------- +# +# File : <%= @filename %> +# Author : <%= @username %> <<%= @email %>> +# Date : <%= @now %> +# License : +# +<%= license '# ' %> +# +#---------------------------------------------------------------------------- + |