reverse a string in ruby
        Posted  
        
            by rubynoob
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by rubynoob
        
        
        
        Published on 2010-06-16T23:43:32Z
        Indexed on 
            2010/06/17
            0:02 UTC
        
        
        Read the original article
        Hit count: 153
        
ruby
How do you reverse a string in Ruby? I know about string#reverse. I'm interested in understanding how to write it in Ruby from scratch preferably an in-place solution.
© Stack Overflow or respective owner