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

Version Path
smalruby-editor-0.2.4-x86-mingw32 app/models/concerns/ruby_to_block/block/hardware_smalrubot_s1_action_with_sec.rb
smalruby-editor-0.2.4 app/models/concerns/ruby_to_block/block/hardware_smalrubot_s1_action_with_sec.rb
smalruby-editor-0.2.3-x86-mingw32 app/models/concerns/ruby_to_block/block/hardware_smalrubot_s1_action_with_sec.rb
smalruby-editor-0.2.3 app/models/concerns/ruby_to_block/block/hardware_smalrubot_s1_action_with_sec.rb
smalruby-editor-0.2.2-x86-mingw32 app/models/concerns/ruby_to_block/block/hardware_smalrubot_s1_action_with_sec.rb
smalruby-editor-0.2.2 app/models/concerns/ruby_to_block/block/hardware_smalrubot_s1_action_with_sec.rb