class TTFunk::Placeholder

Attributes

length[R]
name[R]
position[RW]

Public Class Methods

new(name, length: 1) click to toggle source
# File lib/ttfunk/placeholder.rb, line 8
def initialize(name, length: 1)
  @name = name
  @length = length
end