Class: UCD::Formatter::Graphviz::Attributes
- Inherits:
-
Hash
- Object
- Hash
- UCD::Formatter::Graphviz::Attributes
- Defined in:
- lib/ucd/formatter/graphviz.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
9 10 11 |
# File 'lib/ucd/formatter/graphviz.rb', line 9 def to_s to_a.map { |(a, b)| "#{a}=#{b.inspect}" }.join(" ") end |