Module: Dieses::Application::Paper
- Extended by:
- DSL
- Defined in:
- lib/dieses/application/paper.rb
Defined Under Namespace
Modules: DSL Classes: Dim, Instance, Margin, Variant
Constant Summary collapse
- A4 =
Dim.new width: 210.0, height: 297.0
- B4 =
Dim.new width: 250.0, height: 353.0
- US =
Dim.new width: 215.9, height: 279.4
Constants included from DSL
Class Method Summary collapse
Methods included from DSL
Class Method Details
.default ⇒ Object
140 141 142 |
# File 'lib/dieses/application/paper.rb', line 140 def default :a4 end |