Class: Mdi::DebugStepInto

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/debug_step_into.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_into.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,2V13L17.5,8.5L18.92,9.92L12,16.84L5.08,9.92L6.5,8.5L11,13V2H13Z"></path>
  HTML
end