Method: Puppet::Graph::SimpleGraph#stringify

Defined in:
lib/puppet/graph/simple_graph.rb

#stringify(s) ⇒ Object



473
474
475
# File 'lib/puppet/graph/simple_graph.rb', line 473

def stringify(s)
  %("#{s.gsub('"', '\\"')}")
end