Ruby - Strings - Methods I

  • + 0 comments

    def process_text(text_array) (text_array.map {|x| x.strip}).join(" ") end