Method: Vedeu::Output::Compressors::Character#character_for

Defined in:
lib/vedeu/output/compressors/character.rb

#character_for(char) ⇒ String (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.

Parameters:

Returns:

  • (String)


58
59
60
61
62
63
# File 'lib/vedeu/output/compressors/character.rb', line 58

def character_for(char)
  position_for(char) +
    colour_for(char) +
    style_for(char) +
    value_for(char)
end