Class: Mdi::Beer

Inherits:
MdiData show all
Defined in:
app/models/mdi/beer.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/beer.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M4,2H19L17,22H6L4,2M6.2,4L7.8,20H8.8L7.43,6.34C8.5,6 9.89,5.89 11,7C12.56,8.56 15.33,7.69 16.5,7.23L16.8,4H6.2Z"></path>
  HTML
end