{"id":17649973,"url":"https://github.com/hrs/gensym","last_synced_at":"2025-04-13T01:38:58.538Z","repository":{"id":56873933,"uuid":"92800856","full_name":"hrs/gensym","owner":"hrs","description":"A library for generating unbound variable names in Ruby.","archived":false,"fork":false,"pushed_at":"2020-06-11T16:46:16.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-13T01:38:13.149Z","etag":null,"topics":["bad-idea","metaprogramming","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hrs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-30T05:23:08.000Z","updated_at":"2024-12-18T08:54:29.000Z","dependencies_parsed_at":"2022-08-20T10:11:00.795Z","dependency_job_id":null,"html_url":"https://github.com/hrs/gensym","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrs%2Fgensym","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrs%2Fgensym/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrs%2Fgensym/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrs%2Fgensym/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrs","download_url":"https://codeload.github.com/hrs/gensym/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654027,"owners_count":21140236,"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":["bad-idea","metaprogramming","ruby"],"created_at":"2024-10-23T11:34:26.851Z","updated_at":"2025-04-13T01:38:58.505Z","avatar_url":"https://github.com/hrs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Gensym [![Build Status](https://secure.travis-ci.org/hrs/gensym.png?branch=master\u0026.png)](http://travis-ci.org/hrs/gensym) [![Code Climate](https://codeclimate.com/github/hrs/gensym/badges/gpa.svg)](https://codeclimate.com/github/hrs/gensym)\n\nGenerate new, unbound variable names in your Ruby program. An homage to Lisp's\n`gensym` macro.\n\nHandy for the kind of metaprogramming you really shouldn't be doing.\n\n## Usage\n\nInstantiate a `Gensym` object by passing in a [`Binding`][]. You'll probably\nwant the binding of the current scope returned by `Kernel#binding`. Generate a\nnew symbol by calling `generate`:\n\n```ruby\nGensym.new(binding).generate # =\u003e :gensym_OMUYsTEIbvjGwqhQgifkJNaByAHzxc\n```\n\n[`Binding`]: http://ruby-doc.org/core-2.4.1/Binding.html\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"gensym\"\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install gensym\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run\n`rake spec` to run the tests. You can also run `bin/console` for an interactive\nprompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To\nrelease a new version, update the version number in `version.rb`, and then run\n`bundle exec rake release`, which will create a git tag for the version, push\ngit commits and tags, and push the `.gem` file to [rubygems.org][].\n\n[rubygems.org]: https://rubygems.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrs%2Fgensym","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrs%2Fgensym","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrs%2Fgensym/lists"}