Class: Symbol

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



491
492
493
# File 'lib/graphviz_r.rb', line 491

def <=>(other)
  to_s <=> other.to_s
end

#to_dotObject



487
488
489
# File 'lib/graphviz_r.rb', line 487

def to_dot
  to_s
end