Merged last set of changes from original SVN location

This commit is contained in:
Tobias Lütke
2008-05-08 11:34:43 -04:00
parent 1d647361e1
commit 7f58cbf82d
10 changed files with 95 additions and 33 deletions
-3
View File
@@ -1,8 +1,5 @@
module Liquid
class ContextError < StandardError
end
# Context keeps the variable stack and resolves variables, as well as keywords
#
# context['variable'] = 'testing'