From 84cff4945ee89c824605a896d469d5a9338c3620 Mon Sep 17 00:00:00 2001 From: Ryan Tomayko Date: Mon, 8 Mar 2010 17:53:03 -0800 Subject: [PATCH] update site --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0e641d1..ced0938 100644 --- a/index.html +++ b/index.html @@ -104,6 +104,8 @@ file is read to retrieve data.

class Rocco
+  VERSION = '0.1'
+
   def initialize(filename, &block)
     @file = filename
     @data =
@@ -181,8 +183,6 @@ respectively.

docs, code = [], [] end docs << line - when /^\s*$/ - code << line else code << line end