An open API service indexing awesome lists of open source software.

https://github.com/vendethiel/symbolreduce.rb

Cursed symbol reduce for cool-looking `:+ / [1, 2, 3]` or `:* / [1, 2, 4]`
https://github.com/vendethiel/symbolreduce.rb

array ruby

Last synced: 12 months ago
JSON representation

Cursed symbol reduce for cool-looking `:+ / [1, 2, 3]` or `:* / [1, 2, 4]`

Awesome Lists containing this project

README

          

# SymbolReduce

Cursed symbol reduce for cool-looking reduces:

```ruby
:+ / [1, 2, 3] #=> 6
# or
:* / [1, 2, 4] #=> 8
```