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)


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

def max_width(max_width); raise NotImplementedError; end

#to_sObject

Raises:

  • (NotImplementedError)


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

def to_s; raise NotImplementedError; end

#total_widthObject

Raises:

  • (NotImplementedError)


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

def total_width; raise NotImplementedError; end

#width(width) ⇒ Object

Raises:

  • (NotImplementedError)


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

def width(width); raise NotImplementedError; end