View Single Post
  #4 (permalink)  
Old 03-27-2008, 10:47 PM
satheesh satheesh is offline
D-Web Programmer
 
Join Date: Aug 2007
Posts: 95
satheesh is on a distinguished road
Default Re: Ruby Datastructure

You can also use like this
def showme(firstw,secondw)
puts firstw + " " + secondw + "!"
end

showme "Thank","you"
Reply With Quote