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