Class: Mdi::Tie

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6,2L10,6L7,17L12,22L17,17L14,6L18,2Z"></path>
  HTML
end