Class: Mdi::ScanHelper

Inherits:
MdiData show all
Defined in:
app/models/mdi/scan_helper.rb

Overview

  • Version: 5.1.45

  • Author: Peter Noble

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/scan_helper.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M0 2A2 2 0 0 1 2 0H6V2H2V6H0V2M24 22A2 2 0 0 1 22 24H18V22H22V18H24V22M2 24A2 2 0 0 1 0 22V18H2V22H6V24H2M22 0A2 2 0 0 1 24 2V6H22V2H18V0H22Z"></path>
  HTML
end