diff --git a/Liquid-for-Programmers.textile b/Liquid-for-Programmers.textile index 13c1692..18b613a 100644 --- a/Liquid-for-Programmers.textile +++ b/Liquid-for-Programmers.textile @@ -58,7 +58,7 @@ All tag blocks are parsed by liquid. To create a new block you just have to inhe

   class Random < Liquid::Block                                             
-    def initialize(markup, tokens)
+    def initialize(tag_name, markup, tokens)
        super 
        @rand = markup.to_i
     end