Class: Mdi::DebugStepOut

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

def content
  <<-HTML.squish.html_safe
    <path d="M12,22A2,2 0 0,1 10,20A2,2 0 0,1 12,18A2,2 0 0,1 14,20A2,2 0 0,1 12,22M13,16H11V6L6.5,10.5L5.08,9.08L12,2.16L18.92,9.08L17.5,10.5L13,6V16Z"></path>
  HTML
end