Sha256: 15dab996dec19252a30e0fb87a97f10cbd680f8d46f1926543525656f573d9ca
Contents?: true
Size: 501 Bytes
Versions: 69
Compression:
Stored size: 501 Bytes
Contents
module RubyToBlock module Block class MotionSelfAngle < Value include CharacterOperation blocknize '^\s*' + CHAR_RE + 'angle\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