Method: Graphiti::Debugger.to_a
- Defined in:
- lib/graphiti/debugger.rb
.to_a ⇒ Object
143 144 145 146 147 148 149 |
# File 'lib/graphiti/debugger.rb', line 143 def to_a debugs = [] graph_statements.each do |chunk| debugs << chunk_to_hash(chunk) end debugs end |