{"id":15561858,"url":"https://github.com/doodzik/callbaecker","last_synced_at":"2026-07-18T03:33:23.542Z","repository":{"id":22398110,"uuid":"25735165","full_name":"doodzik/CallBaecker","owner":"doodzik","description":"Intercepts method calls","archived":false,"fork":false,"pushed_at":"2014-11-28T15:13:07.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T15:17:46.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doodzik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-25T15:03:49.000Z","updated_at":"2014-11-28T11:35:57.000Z","dependencies_parsed_at":"2022-08-21T05:00:17.361Z","dependency_job_id":null,"html_url":"https://github.com/doodzik/CallBaecker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodzik%2FCallBaecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodzik%2FCallBaecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodzik%2FCallBaecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodzik%2FCallBaecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doodzik","download_url":"https://codeload.github.com/doodzik/CallBaecker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140540,"owners_count":20729797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T16:10:30.157Z","updated_at":"2025-10-15T03:21:33.110Z","avatar_url":"https://github.com/doodzik.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ATTENTION\nThis repository is going to make a pivot. seek issue #2 for more information\n\n# CallBaecker\n\n[![Build Status](https://travis-ci.org/doodzik/CallBaecker.svg?branch=master)](https://travis-ci.org/doodzik/CallBaecker)\n\nIntercepts method calls inorder to save arguments and to allow to terminate function from within a nested method\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'CallBaecker'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install CallBaecker\n\n## Usage\n\n```ruby\nclass Example\n  # everything above here wont be intercepted\n  include CallBaecker\n  # everything beneath will\n\n  # @__last_args := last method args\n\n  # thrown(:CallBaeckerDone, value) := terminats methods and returns value\nend\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/CallBaecker/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodzik%2Fcallbaecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoodzik%2Fcallbaecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodzik%2Fcallbaecker/lists"}