class MultiMovingsign::Screen

Attributes

lines[RW]

Public Class Methods

new(lines) click to toggle source
# File lib/multi_movingsign/page_renderer.rb, line 215
def initialize(lines)
  self.lines = lines
end

Public Instance Methods

line(index) click to toggle source
# File lib/multi_movingsign/page_renderer.rb, line 219
def line(index)
  self.lines[index] || " "
end