Class: Dashes::Node
- Inherits:
-
Object
- Object
- Dashes::Node
- Defined in:
- lib/dashes.rb
Instance Method Summary collapse
Instance Method Details
#max_width(max_width) ⇒ Object
8 |
# File 'lib/dashes.rb', line 8 def max_width(max_width); raise NotImplementedError; end |
#to_s ⇒ Object
9 |
# File 'lib/dashes.rb', line 9 def to_s; raise NotImplementedError; end |
#total_width ⇒ Object
10 |
# File 'lib/dashes.rb', line 10 def total_width; raise NotImplementedError; end |
#width(width) ⇒ Object
7 |
# File 'lib/dashes.rb', line 7 def width(width); raise NotImplementedError; end |