Class: Mdi::Wall

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

Overview

  • Version: 2.0.46

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,16H12V21H3V16M2,10H8V15H2V10M9,10H15V15H9V10M16,10H22V15H16V10M13,16H21V21H13V16M3,4H11V9H3V4M12,4H21V9H12V4Z"></path>
  HTML
end