Sha256: efc2270f52f0ac775077ae520a624b353142ccca13301d77c29dd60ab1ee004a
Contents?: true
Size: 493 Bytes
Versions: 69
Compression:
Stored size: 493 Bytes
Contents
module RubyToBlock module Block class MotionSelfY < Value include CharacterOperation blocknize '^\s*' + CHAR_RE + 'y\s*$', value: true def self.process_match_data(md, context) md2 = regexp.match(md[type]) character = get_character(context, md2[1]) return false if context.receiver != character block = new context.add_value(block) block.character = character true end end end end
Version data entries
69 entries across 69 versions & 1 rubygems