mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 19:30:47 -07:00
All tests pass on Ruby 1.9.1
Signed-off-by: Tobias Lütke <[email protected]>
This commit is contained in:
committed by
Tobias Lütke
parent
8d27864845
commit
ed1b542abf
@@ -14,7 +14,7 @@ module Liquid
|
||||
# One of the strainer's responsibilities is to keep malicious method calls out
|
||||
class Strainer < parent_object #:nodoc:
|
||||
INTERNAL_METHOD = /^__/
|
||||
@@required_methods = Set.new([:__send__, :respond_to?, :extend, :methods, :class, :object_id])
|
||||
@@required_methods = Set.new([:__id__, :__send__, :respond_to?, :extend, :methods, :class, :object_id])
|
||||
|
||||
@@filters = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user