class Spark::Command::Glom
Public Instance Methods
lazy_run(iterator, *)
click to toggle source
# File lib/spark/command/basic.rb, line 111 def lazy_run(iterator, *) run(iterator.to_a) end
run(iterator, *)
click to toggle source
# File lib/spark/command/basic.rb, line 107 def run(iterator, *) [iterator] end