Sha256: cda7c4743e0f638ae4fff92b3ef482b4003ae3b27741e913496381c5ba03cd49
Contents?: true
Size: 401 Bytes
Versions: 13
Compression:
Stored size: 401 Bytes
Contents
# @Opulent module Opulent # @Compiler class Compiler # Generate the code for a while control structure # # @param node [Array] Node code generation data # @param indent [Fixnum] Size of the indentation to be added # @param context [Context] Processing environment data # def yield_node(node, indent, context) buffer_eval "yield if block_given?" end end end
Version data entries
13 entries across 13 versions & 1 rubygems