{"id":16918932,"url":"https://github.com/rkh/refine","last_synced_at":"2025-04-11T16:38:31.451Z","repository":{"id":1187430,"uuid":"1090089","full_name":"rkh/refine","owner":"rkh","description":"Start using refine, today. Be ready for Ruby 2.0!","archived":false,"fork":false,"pushed_at":"2010-11-17T23:41:06.000Z","size":92,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-24T15:19:16.757Z","etag":null,"topics":[],"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/rkh.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":"2010-11-17T23:37:58.000Z","updated_at":"2021-01-13T19:30:15.000Z","dependencies_parsed_at":"2022-08-16T12:30:47.300Z","dependency_job_id":null,"html_url":"https://github.com/rkh/refine","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/rkh%2Frefine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkh%2Frefine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkh%2Frefine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkh%2Frefine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkh","download_url":"https://codeload.github.com/rkh/refine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248441808,"owners_count":21104078,"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-13T19:42:24.846Z","updated_at":"2025-04-11T16:38:31.426Z","avatar_url":"https://github.com/rkh.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Allows you to use `refine` in older Ruby versions. It will simply fall back to\n`prepend` if available, to `include` otherwise (read: you will still pollute\nglobal scope).\n\n## Installation\n\n    gem install refine\n\n## Example\n\n    require 'refine' if RUBY_VERSION \u003c '2.0'\n\n    module PassiveSupport\n      refine String do\n        def underscore\n          # ...\n        end\n        \n        def camel_case\n          # ...\n        end\n      end\n      \n      refine Module do\n        def parent\n          # ...\n        end\n      end\n    end\n    \n    class MyFancyApp\n      using PassiveSupport\n    end","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkh%2Frefine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkh%2Frefine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkh%2Frefine/lists"}