Sha256: 7a4576761eb43025e1d64ea693b0780c5d942c15877dbd0d5f8d7edc90dd8d88
Contents?: true
Size: 402 Bytes
Versions: 69
Compression:
Stored size: 402 Bytes
Contents
# -*- coding: utf-8 -*- module RubyToBlock module Block class MotionSetY < CharacterMethodCall blocknize '^\s*' + CHAR_RE + 'y\s*=\s*(\S+)\s*$', statement: true, inline: true def self.process_match_data(md, context) md2 = regexp.match(md[type]) add_character_method_call_block(context, md2[1], new, Y: md2[2]) true end end end end
Version data entries
69 entries across 69 versions & 1 rubygems