>> x = "hello\n\t\l\"world\""
>> puts x.inspect.gsub( "\\", "\" ) "hello\n\t\l\"world\""
OR
>> x = ‘hello\n\t\l"world"’
>> puts x.inspect.gsub( "\\", "\" ) "hello\n\t\l\"world\""
edge | [RW] | This accessor allow you to set global edges attributs |
node | [RW] | This accessor allow you to set global nodes attributs |
Create a new graph object
Options :