Sha256: f227a350d841b6e42d04c0cac6e66e24dcbe9ffd69d12388ce9038f8ef6a97f8
Contents?: true
Size: 404 Bytes
Versions: 69
Compression:
Stored size: 404 Bytes
Contents
# -*- coding: utf-8 -*- module RubyToBlock module Block class MotionMove < CharacterMethodCall blocknize '^\s*' + CHAR_RE + 'move\((.+)\)\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, STEP: md2[2]) true end end end end
Version data entries
69 entries across 69 versions & 1 rubygems