Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/graphviz_r.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#to_dot ⇒ Object
371 372 373 |
# File 'lib/graphviz_r.rb', line 371 def to_dot inspect.gsub('\e', '\l') end |