Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 433 Bytes

KeywordBuilder

KeywordBuilder is a simple wrapper to create a builder-style DSL for any method taking keyword arguments.

Installation

Add this line to your application's Gemfile:

gem 'keyword_builder'

And then execute:

$ bundle

Or install it yourself as:

$ gem install keyword_builder

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/iknow/keyword_builder.