Method: Narou.line_height
- Defined in:
- lib/narou.rb
.line_height(default: LINE_HEIGHT_DEFAULT) ⇒ Object
347 348 349 350 |
# File 'lib/narou.rb', line 347 def line_height(default: LINE_HEIGHT_DEFAULT) global_setting = Inventory.load("global_setting", :global) global_setting["line-height"] || default end |