{"id":19761022,"url":"https://github.com/imhta/enumerable_ruby","last_synced_at":"2025-07-26T19:06:13.802Z","repository":{"id":99062858,"uuid":"196591164","full_name":"imhta/enumerable_ruby","owner":"imhta","description":"enumerable implementation in ruby","archived":false,"fork":false,"pushed_at":"2019-08-09T11:48:35.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-20T17:17:30.860Z","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/imhta.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-12T14:14:48.000Z","updated_at":"2019-08-09T11:48:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f8a0c42-2d64-4b25-844d-bbbd711fd670","html_url":"https://github.com/imhta/enumerable_ruby","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/imhta%2Fenumerable_ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imhta%2Fenumerable_ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imhta%2Fenumerable_ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imhta%2Fenumerable_ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imhta","download_url":"https://codeload.github.com/imhta/enumerable_ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241090717,"owners_count":19908005,"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-11-12T03:39:23.140Z","updated_at":"2025-02-28T02:49:34.972Z","avatar_url":"https://github.com/imhta.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# enumerable_ruby\n enumerable implementation in ruby\n\n \u003eThe Enumerable mixin provides collection classes with several traversal and searching methods, and with the ability to sort. The class must provide a method each, which yields successive members of the collection. If  `Enumerable#max`, `#min`, or `#sort` is used, the objects in the collection must also implement a meaningful \u003c=\u003e operator, as these methods rely on an ordering between members of the collection.\n [know more](https://ruby-doc.org/core-2.6.3/Enumerable.html)\n \n## Installation\n\n#### Requirement\n* Ruby 2.5.0+\n* Gem 3.0.4+\n\n#### Run\n\n##### Clone\n```  \ngit clone https://github.com/MouhaDiouf/enumerable_testing \ncd enumerable_testing\n```\n\n##### Bundle install\n\n```\nbundle install\n```\n\n##### Run test\n\n```\nrspec\n```\n\n## Live version\nRepl.it =\u003e [Preview](https://repl.it/@ponmuthuselvam/enumerableruby)\n\n## Author\n\n* [@imhta](https://github.com/imhta)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimhta%2Fenumerable_ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimhta%2Fenumerable_ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimhta%2Fenumerable_ruby/lists"}