{"id":17133774,"url":"https://github.com/slavikdev/rush","last_synced_at":"2026-04-16T10:35:21.902Z","repository":{"id":142155544,"uuid":"83887655","full_name":"slavikdev/rush","owner":"slavikdev","description":"Productive Ruby Features in C# .NET","archived":false,"fork":false,"pushed_at":"2017-12-30T01:03:46.000Z","size":1302,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T04:41:33.763Z","etag":null,"topics":["csharp","dotnet","library","net","nuget","package","ruby","rush"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slavikdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-03-04T11:10:45.000Z","updated_at":"2020-01-24T15:12:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b32f6fd-f316-4a20-85c0-336b7b66d266","html_url":"https://github.com/slavikdev/rush","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/slavikdev/rush","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slavikdev%2Frush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slavikdev%2Frush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slavikdev%2Frush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slavikdev%2Frush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slavikdev","download_url":"https://codeload.github.com/slavikdev/rush/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slavikdev%2Frush/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","dotnet","library","net","nuget","package","ruby","rush"],"created_at":"2024-10-14T19:43:00.518Z","updated_at":"2026-04-16T10:35:21.879Z","avatar_url":"https://github.com/slavikdev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rush: Productive Ruby Features in C# .NET\nIncrease productivity by useful Ruby language features available in C# .NET.\n\n[![Build status](https://ci.appveyor.com/api/projects/status/x8ihl9lq21fc838n?svg=true)](https://ci.appveyor.com/project/slavikdev/rush)\n\n## Iterators\n### Times iterator\n\nRuby:\n```ruby\n5.times { puts \"Hello\" }\n10.times { |i| puts \"Hello #{i}\" }\n```\n\nC#:\n```csharp\n5.Times( () =\u003e Console.WriteLine( \"Hello\" ) );\n10.Times( i =\u003e Console.WriteLine( \"Hello, {0}\", i ) );\n```\n\n### Each iterator\n\nRuby:\n```ruby\n\"hello\".each { |ch| print ch }\n\"message\".each_with_index { |ch,i| puts \"#{i} is #{ch}\" }\n```\n\nC#:\n```csharp\n\"hello\".Each( ch =\u003e Console.Write( ch ) );\n\"message\".Each( (ch, i) =\u003e Console.WriteLine( \"{0} is {1}\", i, ch ) );\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslavikdev%2Frush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslavikdev%2Frush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslavikdev%2Frush/lists"}