Created
          June 18, 2011 13:25 
        
      - 
      
 - 
        
Save dakatsuka/1033094 to your computer and use it in GitHub Desktop.  
    配列に入っている文字列を1文字ずつ逆順出力
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ["ABC", "DEF", "GHJ"].join("").split("").reverse.each {|str| puts str} | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment