https://github.com/banister/binding_of_caller
Last synced: about 1 month ago
Repository metadata:
Retrieve the binding of a method's caller in MRI 1.9.2+
- Host: GitHub
- URL: https://github.com/banister/binding_of_caller
- Owner: banister
- License: other
- Created: 2011-10-16T08:39:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T23:56:25.000Z (10 months ago)
- Last Synced: 2024-10-29T16:58:56.267Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 390 KB
- Stars: 662
- Watchers: 21
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: John Mair
- Login: banister
- Email:
- Kind: user
- Description: I created Pry, binding_of_caller, method_source, debug_inspector, and so on
- Website: http://twitter.com/banisterfiend
- Location: The Hague, Netherlands
- Twitter:
- Company: Secret
- Icon url: https://avatars.githubusercontent.com/u/17518?u=67690ef926a5f4bee3fcc01091b6b2ece18fe9ee&v=4
- Repositories: 76
- Last Synced at: 2023-04-09T03:40:22.037Z
- Profile URL: https://github.com/banister
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 144
Total Committers: 18
Avg Commits per committer: 8.0
Development Distribution Score (DDS): 0.521
Commits in past year: 8
Committers in past year: 2
Avg Commits per committer in past year: 4.0
Development Distribution Score (DDS) in past year: 0.125
Name | Commits | |
---|---|---|
John Mair | j****r@g****m | 69 |
Amadeus Folego | a****o@g****m | 24 |
Robin Daugherty | r****n@r****t | 13 |
Jordon Bedwell | j****n@e****m | 8 |
sanemat | o****n@g****m | 7 |
Paul Pettengill | p****l@s****m | 7 |
Marc-Andre Lafortune | g****b@m****a | 3 |
Aboobacker MK | a****r@r****o | 2 |
Carsten Bormann | c****o@t****g | 2 |
Chris Marshall | c****s@c****m | 1 |
Chris Price | c****s@p****m | 1 |
Fabien LEFEBVRE | d****d@g****m | 1 |
Omer Katz | o****w@g****m | 1 |
Martin Schürrer | m****n@s****g | 1 |
Kian-Meng Ang | k****g@c****g | 1 |
David Celis | me@d****s | 1 |
Akira Matsuda | r****e@d****p | 1 |
Lennart Fridén | l****t@m****m | 1 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 140,342,453 total
- Total docker downloads: 613,126,272
- Total dependent packages: 226 (may contain duplicates)
- Total dependent repositories: 177,207 (may contain duplicates)
- Total versions: 38
- Total maintainers: 4
rubygems: binding_of_caller
Provides the Binding#of_caller method. Using binding_of_caller we can grab bindings from higher up the call stack and evaluate code in that context. Allows access to bindings arbitrarily far up the call stack, not limited to just the immediate caller. Recommended for use only in debugging situations. Do not use this in production apps.
- Homepage: https://github.com/banister/binding_of_caller
- Documentation: http://www.rubydoc.info/gems/binding_of_caller/
- Licenses: MIT
- Latest release: 1.0.1 (published 10 months ago)
- Last Synced: 2024-11-10T21:05:46.828Z (about 1 month ago)
- Versions: 25
- Dependent Packages: 226
- Dependent Repositories: 177,207
- Downloads: 140,342,453 Total
- Docker Downloads: 613,126,272
-
Rankings:
- Dependent repos count: 0.098%
- Downloads: 0.144%
- Dependent packages count: 0.171%
- Docker downloads count: 0.2%
- Average: 1.136%
- Stargazers count: 2.267%
- Forks count: 3.934%
- Maintainers (4)
go: github.com/banister/binding_of_caller
- Homepage:
- Documentation: https://pkg.go.dev/github.com/banister/binding_of_caller#section-documentation
- Licenses: other
- Latest release: v1.0.1 (published 10 months ago)
- Last Synced: 2024-11-10T21:05:47.705Z (about 1 month ago)
- Versions: 13
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%
Dependencies
- rake >= 0
- rspec >= 0
- debug_inspector >= 0.0.1
- actions/checkout v2 composite
- ruby/setup-ruby v1 composite