Method: TFSGraph::GraphPopulator.populate_graph
- Defined in:
- lib/tfs_graph/graph_populator.rb
.populate_graph(type = Everything, *args) ⇒ Object
21 22 23 24 |
# File 'lib/tfs_graph/graph_populator.rb', line 21 def populate_graph(type=Everything, *args) populator = type.new *args populator.populate end |