Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
return « Method « Ruby
Ruby
Method
return
1.
Returning a Value from a Method
2.
Ruby returns the last value calculated, you can omit the return keyword if you want.
3.
Return a Value from a Method
4.
Returning Multiples Values from a Method
5.
Because it's returning multiple values from a method, Ruby returns an array:
6.
Ruby makes it easy to handle multiple return values - no need to work with arrays explicitly at all.
7.
Return values from function without using return statement
8.
String interpolation with method call
9.
Return the index of the first occurrence of target within array or nil
10.
Return two copies of x, if x is not nil