class Compositor::Renderer::Iterator
Public Instance Methods
render()
click to toggle source
# File lib/compositor/renderer/iterator.rb, line 4 def render result = [] collection.each do |item| result << item.to_hash end result end