Class: Dashes::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/dashes.rb

Direct Known Subclasses

Chart, Table

Instance Method Summary collapse

Instance Method Details

#max_width(max_width) ⇒ Object

Raises:

  • (NotImplementedError)


19
# File 'lib/dashes.rb', line 19

def max_width(max_width); raise NotImplementedError; end

#to_sObject

Raises:

  • (NotImplementedError)


20
# File 'lib/dashes.rb', line 20

def to_s; raise NotImplementedError; end

#total_widthObject

Raises:

  • (NotImplementedError)


21
# File 'lib/dashes.rb', line 21

def total_width; raise NotImplementedError; end

#width(width) ⇒ Object

Raises:

  • (NotImplementedError)


18
# File 'lib/dashes.rb', line 18

def width(width); raise NotImplementedError; end