Ruby - Strings - Methods I

  • + 1 comment

    def process_text(arr) arr.map(&:strip).join(' ') end