Method: FormatEngine::FormatLiteral#width

Defined in:
lib/format_engine/format_spec/literal.rb

#widthObject

The width parameter. Handled literally so this is always zero.



17
18
19
# File 'lib/format_engine/format_spec/literal.rb', line 17

def width
  0
end