summaryrefslogtreecommitdiffstats
path: root/skeletons/ruby.hdr
blob: 1314e7528dab855f41593889e9391e9f99e6f3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-

#----------------------------------------------------------------------------
#
# File     : <%= @filename %>
# Author   : <%= @username %> <<%= @email %>>
# Date     : <%= @now %>
# License  :
#
<%= license '#  ' %>
#
#----------------------------------------------------------------------------