Class: USPSFlags::Core::TridentSpecs::Short
- Includes:
- Horizontal, Overlay, Vertical
- Defined in:
- lib/usps_flags/core/trident_specs/short.rb
Instance Method Summary collapse
Methods included from Overlay
Methods included from Horizontal
Methods included from Vertical
Methods inherited from Base
Constructor Details
This class inherits a constructor from USPSFlags::Core::TridentSpecs::Base
Instance Method Details
#p ⇒ Object
15 16 17 18 19 20 21 22 23 24 25 26 |
# File 'lib/usps_flags/core/trident_specs/short.rb', line 15 def p output('Short', -14, :s) do <<~SVG #{boundary_box} #{right} #{left} #{bottom} #{top} #{} SVG end end |