{"id":15559107,"url":"https://github.com/sjdev2212/enum-ruby","last_synced_at":"2026-06-19T19:31:43.093Z","repository":{"id":44726436,"uuid":"452852099","full_name":"sjdev2212/Enum-ruby","owner":"sjdev2212","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-28T14:51:59.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T11:25:30.710Z","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/sjdev2212.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":"2022-01-27T21:33:30.000Z","updated_at":"2022-01-28T14:52:03.000Z","dependencies_parsed_at":"2022-08-02T22:31:09.249Z","dependency_job_id":null,"html_url":"https://github.com/sjdev2212/Enum-ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sjdev2212/Enum-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjdev2212%2FEnum-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjdev2212%2FEnum-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjdev2212%2FEnum-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjdev2212%2FEnum-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sjdev2212","download_url":"https://codeload.github.com/sjdev2212/Enum-ruby/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjdev2212%2FEnum-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34546192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-02T15:41:44.142Z","updated_at":"2026-06-19T19:31:43.073Z","avatar_url":"https://github.com/sjdev2212.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruby Enumerable\n\nClass to manipulate a list of elementes using and external module.\n\n## Build with\n\n- Ruby\n\n## Getting Started\n\nYou will need to have Ruby installed.\n\nClone this repo and enter the directory.\n\n```bash\ngit clone https://github.com/Emmy-github-webdev/ruby-enumerable\ncd ruby-enumerable\n```\n\nRun the Interactive Ruby Shell.\n\n```bash\nirb\n```\n\nLoad the file.\n\n```ruby\nload './my_list.rb'\n```\n\nTest the methods.\n\n```ruby\nlist = MyList.new(1, 2, 3, 4)\nputs(list.all? { |e| e \u003c 5 })\nputs(list.all? { |e| e \u003e 5 })\nputs(list.any? { |e| e == 2 })\nputs(list.any? { |e| e == 5 })\nprint(list.filter(\u0026:even?))\n\n## Authors\n\n👤 **Anibal Amoroso**\n\n- GitHub: [GitHub](https://github.com/sj1978).\n- LinkedIn: [Linkedin](https://www.linkedin.com/in/anibalamoroso/).\n\n👤 **Barnabas Mutinhiri**\n\n- GitHub: [GitHub](https://github.com/mutinhiri).\n- LinkedIn: [Linkedin](https://www.linkedin.com/in/bunbee/).\n\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Emmy-github-webdev/ruby-enumerable/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjdev2212%2Fenum-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsjdev2212%2Fenum-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjdev2212%2Fenum-ruby/lists"}