Class: Enumerable
- Inherits:
-
Object
- Object
- Enumerable
- Included in:
- NSMutableSet
- Defined in:
- lib/project/motion-set.rb
Instance Method Summary collapse
Instance Method Details
#to_set ⇒ Object
170 171 172 |
# File 'lib/project/motion-set.rb', line 170 def to_set Set[*self] end |