Sha256: b912a992d1e689c16b3040c7c2b7dd503c3f228a8176267be9f26af4d09652de
Contents?: true
Size: 333 Bytes
Versions: 27
Compression:
Stored size: 333 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 # def yield_node(node, indent) buffer_eval 'yield if block_given?' end end end
Version data entries
27 entries across 27 versions & 1 rubygems