Sha256: 71300ec1e0bdb53ce9db6ac87a23fb72dab83859e81cc130077b4c521400f763
Contents?: true
Size: 398 Bytes
Versions: 13
Compression:
Stored size: 398 Bytes
Contents
# @Opulent module Opulent # @Compiler class Compiler # Evaluate the embedded ruby code using the current context # # @param node [Array] Node code generation data # @param indent [Fixnum] Size of the indentation to be added # @param context [Context] Processing environment data # def evaluate(node, indent, context) buffer_eval node[@value] end end end
Version data entries
13 entries across 13 versions & 1 rubygems