lib/ru/iterator.rb in ru-0.1.2 vs lib/ru/iterator.rb in ru-0.1.3
- old
+ new
@@ -18,10 +18,10 @@
def to_a
Ru::Array.new(@array)
end
- def to_dotsch_output
+ def to_stdout
to_a.join("\n")
end
private
- old
+ new