Class: Mdi::Movie

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18,4L20,8H17L15,4H13L15,8H12L10,4H8L10,8H7L5,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V4H18Z"></path>
  HTML
end