Method: Vedeu::Output::Wordwrap#name

Defined in:
lib/vedeu/output/wordwrap.rb

#nameString|Symbol (private)

Returns the value of the :name option. When given, and a geometry is registered with this name, the width of the geometry is used if the :width option was not given.



159
160
161
# File 'lib/vedeu/output/wordwrap.rb', line 159

def name
  options[:name]
end