Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/graphviz_r.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
361 362 363 |
# File 'lib/graphviz_r.rb', line 361 def <=>(other) to_s <=> other.to_s end |
#to_dot ⇒ Object
365 366 367 |
# File 'lib/graphviz_r.rb', line 365 def to_dot to_s end |