Method: FormatEngine::FormatRgx#width

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

#widthObject

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



16
17
18
# File 'lib/format_engine/format_spec/rgx.rb', line 16

def width
  0
end