Flowdock
end() public

Returns the object that defines the end of rng.

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