Methods

Class/Module Index [+]

Quicksearch

RSpec::Core::FlatMap

@private

Public Class Methods

flat_map(array) click to toggle source
# File lib/rspec/core/flat_map.rb, line 6
def flat_map(array)
  array.flat_map { |item| yield item }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.