Migrated from liquid-for-programmers v5

EmmanuelOga
2010-08-12 13:45:53 -07:00
parent 60d44ddb0e
commit b01222778d
+1 -1
@@ -58,7 +58,7 @@ All tag blocks are parsed by liquid. To create a new block you just have to inhe
<pre><code>
class Random < Liquid::Block
def initialize(markup, tokens)
def initialize(tag_name, markup, tokens)
super
@rand = markup.to_i
end