Sha256: 3c65b8c0c9782bacbdd0fa3c369bab79fdaa4433d27b1729889f387de58e6486
Contents?: true
Size: 472 Bytes
Versions: 12
Compression:
Stored size: 472 Bytes
Contents
# frozen_string_literal: true module Vedeu module Presentation # Converts the colours and styles to escape sequences, and when # the parent model has previously set the colour and style, # reverts back to that for consistent formatting. # # @return [String] An escape sequence with value interpolated. def to_s render_position { render_colour { render_style { value } } } end alias to_str to_s end # Presentation end # Vedeu
Version data entries
12 entries across 12 versions & 1 rubygems