smalruby/smalruby-editor

View on GitHub
app/models/concerns/ruby_to_block/block/hardware_init_hardware.rb

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-
module RubyToBlock
  module Block
    class HardwareInitHardware < Base
      blocknize '^\s*init_hardware\s*$', statement: true
    end
  end
end