# File lib/core/facets/enumerable/expand.rb, line 8
  def expand
    map do |x|
     (Enumerable === x ? x.expand : x)
    end
  end