Method: Graphdown::Node#height
- Defined in:
- lib/graphdown/node.rb
#height ⇒ Object
29 30 31 |
# File 'lib/graphdown/node.rb', line 29 def height WORD_HEIGHT + PADDING_TOP * 2 end |
29 30 31 |
# File 'lib/graphdown/node.rb', line 29 def height WORD_HEIGHT + PADDING_TOP * 2 end |