# File lib/railroad/diagram_graph.rb, line 11 def initialize @diagram_type = '' @show_label = false @nodes = [] @edges = [] end