module Block
    class MotionRotateRight < CharacterMethodCall
      blocknize '^\s*' + CHAR_RE + 'rotate\(\+?(\d+)\)\s*$',
                statement: true, inline: true