You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
bughit
changed the title
rentrancy (invoking erubis from template) currupts output
reentrancy (invoking erubis from template) currupts output
Dec 8, 2016
bughit
changed the title
reentrancy (invoking erubis from template) currupts output
reentrancy (invoking erubis from template) currupts the output of the outer invocation
Dec 8, 2016
the default binding value should be TOPLEVEL_BINDING.dup
defresult(_binding_or_hash=TOPLEVEL_BINDING)_arg=_binding_or_hashif_arg.is_a?(Hash)_b=binding()eval_arg.collect{|k,v| "#{k} = _arg[#{k.inspect}]; "}.join,_belsif_arg.is_a?(Binding)_b=_argelsif_arg.nil?_b=binding()elseraiseArgumentError.new("#{self.class.name}#result(): argument should be Binding or Hash but passed #{_arg.class.name} object.")endreturneval(@src,_b,(@filename || '(erubis'))end
The text was updated successfully, but these errors were encountered: