Class: UCD::Formatter::Graphviz::Attributes

Inherits:
Hash
  • Object
show all
Defined in:
lib/ucd/formatter/graphviz.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



9
10
11
# File 'lib/ucd/formatter/graphviz.rb', line 9

def to_s
  to_a.map { |(a, b)| "#{a}=#{b.inspect}" }.join(" ")
end