class Krill::Line
Attributes
text[R]
to_s[R]
to_str[R]
width[R]
Public Class Methods
new(text, width)
click to toggle source
# File lib/krill/line.rb, line 5 def initialize(text, width) @text = text @width = width end