Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/comprende/symbol.rb

Instance Method Summary collapse

Instance Method Details

#filter(*collections, &action) ⇒ Object



2
3
4
# File 'lib/comprende/symbol.rb', line 2

def filter(*collections, &action)
  to_proc.filter(*collections, &action)
end