Sha256: 02b3c3705eca6bffbcddc34e98addfa3ff45185a0b9ebac855682c08d6d82422
Contents?: true
Size: 416 Bytes
Versions: 34
Compression:
Stored size: 416 Bytes
Contents
# -*- coding: utf-8 -*- module RubyToBlock module Block class HardwareTwoWheelDriveCarCommands < Value include HardwareOperation blocknize '^\s*"' + ACTION_RE + '"\s*$', value: true, priority: 1 def self.process_match_data(md, context) md2 = regexp.match(md[type]) context.add_value(new(fields: { COMMAND: md2[1] })) true end end end end
Version data entries
34 entries across 34 versions & 1 rubygems