Module: Enumerable
- Defined in:
- lib/ripple/core_ext/indexes.rb
Instance Method Summary collapse
Instance Method Details
#to_ripple_index(type) ⇒ Object
72 73 74 |
# File 'lib/ripple/core_ext/indexes.rb', line 72 def to_ripple_index(type) Set.new(map {|v| v.to_ripple_index(type) }) end |