class TTFunk::Placeholder
Encoded String placeholder.
@api private
Attributes
Length of the placeholder @return [Integer]
Planceholder name @return [Symbol]
Placeholder
position in the cintaining Encoded String @return [Integer]
Public Class Methods
Source
# File lib/ttfunk/placeholder.rb, line 22 def initialize(name, length: 1) @name = name @length = length end
@param name [Symbol] @param length [Integer]