Class: Panes::Section
Instance Attribute Summary collapse
-
#divider ⇒ Object
Returns the value of attribute divider.
-
#lines ⇒ Object
readonly
Returns the value of attribute lines.
Instance Method Summary collapse
- #<<(line) ⇒ Object
- #empty? ⇒ Boolean
-
#initialize ⇒ Section
constructor
A new instance of Section.
- #size ⇒ Object
Constructor Details
#initialize ⇒ Section
Returns a new instance of Section.
21 22 23 24 |
# File 'lib/muflax/panes.rb', line 21 def initialize @lines = [] @divider = nil end |