{"id":15607275,"url":"https://github.com/sevlamare/enumerables","last_synced_at":"2025-03-29T14:15:50.633Z","repository":{"id":131692410,"uuid":"250070661","full_name":"SevlaMare/enumerables","owner":"SevlaMare","description":"Rebuild of a few iterators methods from Enumerable.","archived":false,"fork":false,"pushed_at":"2020-04-08T19:24:56.000Z","size":159,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T14:50:04.790Z","etag":null,"topics":["ruby","ruby-language","unit-testing"],"latest_commit_sha":null,"homepage":"https://repl.it/@ThiagoMiranda2/enumerables","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/SevlaMare.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":"2020-03-25T19:21:34.000Z","updated_at":"2023-03-08T02:42:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b6a2324-d79a-4f49-9078-975fc94fdadd","html_url":"https://github.com/SevlaMare/enumerables","commit_stats":{"total_commits":73,"total_committers":1,"mean_commits":73.0,"dds":0.0,"last_synced_commit":"d4007683a5aac9190d3e97eb508ee48476b7a3e3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2Fenumerables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2Fenumerables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2Fenumerables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2Fenumerables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SevlaMare","download_url":"https://codeload.github.com/SevlaMare/enumerables/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246193257,"owners_count":20738452,"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":["ruby","ruby-language","unit-testing"],"created_at":"2024-10-03T05:01:07.388Z","updated_at":"2025-03-29T14:15:50.604Z","avatar_url":"https://github.com/SevlaMare.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Enumerable Methods\n\u003e Project to re-build a few methods of Ruby Language.\n\n![screenshot](./images/screenshot.png)\n\n\u003cbr\u003eMethods based on Enumerable module and Array class.\u003cbr\u003e\nAs described on documentation here [Enumerable](https://ruby-doc.org/core-2.7.0/Enumerable.html)\nand [Array](https://ruby-doc.org/core-2.4.1/Array.html#method-i-each)\n\u003cbr\u003e[Inject](https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/enum.c?view=markup\u0026pathrev=54162)\n\n\n## Content\n\n* [Requirements](#requirements)\n* [Built With](#built-with)\n* [Live Demo](#live-demo)\n* [Quick Start](#quick-start)\n* [Dependencies](#dependencies)\n* [Contributing](#contributing)\n* [Acknowledgments](#acknowledgments)\n* [Author](#author)\n* [License](#license)\n\n\n## Requirements\n\n\u003cul\u003e\n  \u003ch3\u003eFeatures\u003c/h3\u003e\n  \u003cp\u003eRe-make these methods and match with documentation expected behavior\u003c/p\u003e\n  \u003cli\u003e.each (Only one from Array)\u003c/li\u003e\n  \u003cli\u003e.each_with_index\u003c/li\u003e\n  \u003cli\u003e.select (Filter like)\u003c/li\u003e\n  \u003cli\u003e.all?\u003c/li\u003e\n  \u003cli\u003e.any?\u003c/li\u003e\n  \u003cli\u003e.none?\u003c/li\u003e\n  \u003cli\u003e.count\u003c/li\u003e\n  \u003cli\u003e.map\u003c/li\u003e\n  \u003cli\u003e.inject (Reduce like)\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cul\u003e\n  \u003ch3\u003eAdditional features\u003c/h3\u003e\n  \u003cli\u003eCreate .multiply_els to test .inject\u003c/li\u003e\n  \u003cp\u003eShould multiply all the elements of array together\u003c/p\u003e\n  \u003cli\u003eExtends .map to accept procs\u003c/li\u003e\n\u003c/ul\u003e\n\n### Built With\n\n- Ruby Language \u003cbr\u003e\n- Rubocop (Linter) with Stickler (CI Tool)\u003cbr\u003e\n- Git, Github and VScode \u003cbr\u003e\n\n## Live Demo\n\n[Run on Repl.it](https://repl.it/@ThiagoMiranda2/enumerables)\n\n## Quick Start\n\nTo get a local copy use:\u003cbr\u003e\n```js\ngit clone git@github.com:SevlaMare/enumerables.git\n```\n\n### Dependencies\n\nRuby 2.5.5\n\n### Contributing\n\nContributions, issues and feature requests are welcome!\n\nYou can do it on [issues page](issues/).\n\n## Acknowledgments\n\nA special thanks for the code reviewers.\n\n## Author\n\n👤 **Thiago Miranda**\n\n- Github: [@SevlaMare](https://github.com/SevlaMare)\n- Twitter: [#SevlaMare)](https://twitter.com/SevlaMare)\n- Linkedin: [SevlaMare)](https://www.linkedin.com/in/sevlamare)\n\n### License\n\n\u003cstrong\u003eCreative Commons\u003c/strong\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevlamare%2Fenumerables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsevlamare%2Fenumerables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevlamare%2Fenumerables/lists"}