class Syskit::Graphviz::DummyPage
Public Instance Methods
link_to(obj, text = nil)
click to toggle source
# File lib/syskit/graphviz.rb, line 67 def link_to(obj, text = nil) if text then text else obj.name.gsub("<", "<"). gsub(">", ">") end end