class TTFunk::Placeholder
Attributes
Public Class Methods
Source
# File lib/ttfunk/placeholder.rb, line 8 def initialize(name, length: 1) @name = name @length = length end
# File lib/ttfunk/placeholder.rb, line 8 def initialize(name, length: 1) @name = name @length = length end