summaryrefslogtreecommitdiffstats
path: root/old/skeletons/ruby.erb
diff options
context:
space:
mode:
Diffstat (limited to 'old/skeletons/ruby.erb')
-rw-r--r--old/skeletons/ruby.erb12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/skeletons/ruby.erb b/old/skeletons/ruby.erb
new file mode 100644
index 0000000..b31ddda
--- /dev/null
+++ b/old/skeletons/ruby.erb
@@ -0,0 +1,12 @@
+<%= header 'ruby.hdr' %>
+#
+module <%= @class_name %>
+ class <%= @class_name %>
+ end
+end
+#
+if __FILE__ == $0
+ t = <%= @class_name %>::<%= @class_name %>.new
+end
+#
+# EOF