Flowdock
end() public

Returns the object that defines the end of the range.

(1..10).end    #=> 10
(1...10).end   #=> 10
Show source
Register or log in to add new notes.