class DefaultProcessor
Public Instance Methods
call(key:nil, node:nil, attribute:nil, context:nil)
click to toggle source
# File lib/thymeleaf/dialects/default/processors/default.rb, line 4 def call(key:nil, node:nil, attribute:nil, context:nil) node[key] = EvalExpression.parse(context, attribute.value) attribute.unlink end