Sha256: 5638c0c1078dcbb57bc99ba93813f96a4162609b60eb7499afbc52b1922c6270

Contents?: true

Size: 592 Bytes

Versions: 1

Compression:

Stored size: 592 Bytes

Contents

# Lambdas

A collection of lambdas to help you code

## Installation

Add this line to your application's Gemfile:

    gem 'lambdas'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install lambdas

## Usage

TODO: Write usage instructions here (coming soon....)

```(ruby)
L.value('a').call #=> 'a'
L.i.call(123) #=> 123
````

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lambdas-0.1.1 README.md