lib/frontman/iterator.rb in frontman-ssg-0.0.2 vs lib/frontman/iterator.rb in frontman-ssg-0.0.3
- old
+ new
@@ -4,11 +4,9 @@
require 'parallel'
module Frontman
class Iterator
class << self
- extend T::Sig
-
def map(collection, *options, &block)
forward(:map, collection, *options, &block)
end
def each(collection, *options, &block)