Flowdock
clear() public

Removes all elements from self.

   a = [ "a", "b", "c", "d", "e" ]
   a.clear    #=> [ ]
Show source
Register or log in to add new notes.