Clio::Layout
Draws a horizonal line.
# File lib/clio/layout/line.rb, line 10 def initialize(fill='-') @fill = '-' end
# File lib/clio/layout/line.rb, line 14 def to_s fill * screen_width end
[Validate]
Generated with the Darkfish Rdoc Generator 2.