Popularity
2.8
Stable
Activity
0.0
Stable
204
10
10

Description

Ruby includes a huge amount of default awesomeness that tackles most common development challenges. But every now and then, you find yourself in a situation where an elaborate-yet-precise coding maneuver wins the day. Finishing Moves is a collection of methods designed to assist in those just-typical-enough-to-be-annoying scenarios.

In gamer terms, if standard Ruby methods are your default moves, Finishing Moves would be mana-consuming techniques. Your cooldown spells. Your grenades (there's never enough grenades!). In the right situation, they kick serious cyclomatic butt.

Code Quality Rank: L5
Monthly Downloads: 137,929
Programming language: Ruby
License: MIT License
Tags: Core Extensions     Projects    
Latest version: v0.5.0

Finishing Moves alternatives and similar gems

Based on the "Core Extensions" category.
Alternatively, view Finishing Moves alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Finishing Moves or a related project?

Add another 'Core Extensions' Gem

README

Finishing Moves

Gem Version Build Status Mentioned in Awesome Ruby

Ruby includes a huge amount of default awesomeness that tackles most common development challenges. But every now and then, you find yourself performing contortions to achieve results that, honestly, should feel more natural given the language's design elegance. Finishing Moves is a collection of methods designed to assist in those "why is this awkward?" scenarios.

In the right situation, they kick serious cyclomatic butt.

Installation

Gemfile

gem 'finishing_moves'

Command line

gem install 'finishing_moves'

Documentation

Not sure if this gem is for you? Check out the methods marked with a :boom: first.

Ruby Version

Tested against all supported versions of official RVM, currently 2.5.0 and above.

Development approach

  • Never override default Ruby behavior, only add functionality.
  • Follow the Unix philosophy of "Do one job really well."
  • Minimize assumptions, e.g. avoid formatting output, mutating values, and conditional logic flows.
  • Play nice with major Ruby players like Rake, Rails, and Sinatra.
  • Test all the things.

Bug Reports

Drop us a line in the issues section.

Be sure to include sample code that reproduces the problem.

Add your own finisher!

  1. Fork this repo
  2. Write your tests
  3. Add your finisher
  4. Repeat steps 2 and 3 until you see a brilliant luster
  5. Submit a pull request