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