-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
17 lines (15 loc) · 832 Bytes
/
README
File metadata and controls
17 lines (15 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is my collection of random useful stuff, mostly written in ruby.
All code, unless otherwise stated in the source, is licenced under the
GNU GPL (version 3 or later). Please see the file COPYING for the full
licence.
Current contents of this repository
----------------------------------------------------------------------
COPYING GNU GPL licence version 3
README You're reading it...
revolver.rb An implementation of a circular linked
list (ruby)
runtimeinfo.rb A simple class that provides info on
the currently running ruby and
rubygems (ruby)
----------------------------------------------------------------------
Lars Olsson (lasso@lassoweb.se)