aasm
https://github.com/aasm/aasm
Ruby
AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid, NoBrainer, Dynamoid)
AASM::Core::Invokers::ClassInvoker#instance_with_keyword_args
No Docs, write some!
Edit
git clone git@github.com:aasm/aasm.git
cd aasm
open lib/aasm/core/invokers/class_invoker.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-AASM--Core--Invokers--ClassInvoker-instance_with_keyword_args-for-pr
# Commit to gitgit add lib/aasm/core/invokers/class_invoker.rbgit commit -m "better docs for AASM::Core::Invokers::ClassInvoker#instance_with_keyword_args"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-AASM--Core--Invokers--ClassInvoker-instance_with_keyword_args-for-pr
hub pull-request
# Celebrate!