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