Sha256: d5eec36ea4f750265181304f3f66fcba74838457e938ed8642abab3e006488b2
Contents?: true
Size: 773 Bytes
Versions: 3
Compression:
Stored size: 773 Bytes
Contents
# ¯\\\_(ツ)\_/¯ A warm comforting blanket around all your objects. Any undefined method on nil will report an exception using [robustly](https://github.com/ankane/robustly/). ## Installation Add this line to your application's Gemfile: ```ruby gem 'shrug' ``` And then execute: $ bundle Or install it yourself as: $ gem install shrug ## Usage ```ruby @some_class_variable_which_due_to_sad_conditions_is_now_nil.something_important.do_the_thing! ¯\_(ツ)_/¯ nil ``` ## Contributing 1. Fork it ( https://github.com/nickelser/shrug/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shrug-0.0.4 | README.md |
shrug-0.0.3 | README.md |
shrug-0.0.2 | README.md |