We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Ruby
- Strings
- Ruby - Strings - Methods I
- Discussions
Ruby - Strings - Methods I
Ruby - Strings - Methods I
Sort by
recency
|
36 Discussions
|
Please Login in order to post a comment
def process_text(arr) arr.map(&:strip).join(' ') end
def process_text(text_array) (text_array.map {|x| x.strip}).join(" ") end
ry useful advice in this particular article! It is the little changes which will make the largest changes. Thanks a lot for sharing Kitchen Remodel Contractors
Here is Ruby strings method i problem solution - https://www.gyangav.com/2022/10/hackerrank-ruby-strings-methods-i-problem-solution.html