Method: Vedeu::Clear::Interface#height
- Defined in:
- lib/vedeu/output/clear/interface.rb
#height ⇒ Fixnum (private)
99 100 101 102 103 |
# File 'lib/vedeu/output/clear/interface.rb', line 99 def height return border.height if content_only? geometry.height end |