Sha256: 1b73e43633024be68c2cb72a602aa6470fd622ad70396b7b9db3b65622784ab8
Contents?: true
Size: 425 Bytes
Versions: 6
Compression:
Stored size: 425 Bytes
Contents
# -*- coding: utf-8 -*- module RubyToBlock module Block class HardwareSmalrubotS1ActionWithSec < HardwareSmalrubotV3ActionWithSec # rubocop:disable LineLength blocknize '^\s*' + CHAR_RE + 'smalrubot_s1\.' + ACTION_RE + '\(\s*sec:\s*(\d+(?:\.\d+)?)\)' + '\s*$', statement: true, inline: true # rubocop:enable LineLength end end end
Version data entries
6 entries across 6 versions & 1 rubygems