# File Ouroboros.rb, line 197
  def map &block
    self.collect &block
  end