Method: Vedeu::DSL::Text#collection

Defined in:
lib/vedeu/dsl/helpers/text.rb

#collectionArray<Vedeu::Cells::Char> (private)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:



67
68
69
# File 'lib/vedeu/dsl/helpers/text.rb', line 67

def collection
  text.chars.map { |char| Vedeu::Cells::Char.new(attributes(char)) }
end