Class: Enumerable

Inherits:
Object
  • Object
show all
Included in:
NSMutableSet
Defined in:
lib/project/motion-set.rb

Instance Method Summary collapse

Instance Method Details

#to_setObject



170
171
172
# File 'lib/project/motion-set.rb', line 170

def to_set
  Set[*self]
end