huginn
https://github.com/cantino/huginn
Ruby
Create agents that monitor and act on your behalf. Your agents are standing by!
FileHandling#sign_file_pointer
No Docs, write some!
Edit
git clone [email protected]:cantino/huginn.git
cd huginn
open app/concerns/file_handling.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-FileHandling-sign_file_pointer-for-pr
# Commit to gitgit add app/concerns/file_handling.rbgit commit -m "better docs for FileHandling#sign_file_pointer"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-FileHandling-sign_file_pointer-for-pr
hub pull-request
# Celebrate!