Class: String

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_dotObject



371
372
373
# File 'lib/graphviz_r.rb', line 371

def to_dot
  inspect.gsub('\e', '\l')
end