{"id":29272073,"url":"https://github.com/acook/that_object_is_so_basic","last_synced_at":"2025-07-05T00:10:29.930Z","repository":{"id":62558875,"uuid":"192306386","full_name":"acook/that_object_is_so_basic","owner":"acook","description":"TOISB provides a wrapper class  for dealing with BasicObjects in style!","archived":false,"fork":false,"pushed_at":"2024-01-03T07:58:49.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T22:28:18.588Z","etag":null,"topics":["debugging-tool","minimalist-library","object-oriented","ruby","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acook.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2019-06-17T08:28:50.000Z","updated_at":"2024-09-16T02:14:16.000Z","dependencies_parsed_at":"2022-11-03T11:15:50.267Z","dependency_job_id":null,"html_url":"https://github.com/acook/that_object_is_so_basic","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/acook/that_object_is_so_basic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acook%2Fthat_object_is_so_basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acook%2Fthat_object_is_so_basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acook%2Fthat_object_is_so_basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acook%2Fthat_object_is_so_basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acook","download_url":"https://codeload.github.com/acook/that_object_is_so_basic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acook%2Fthat_object_is_so_basic/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263041822,"owners_count":23404455,"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":["debugging-tool","minimalist-library","object-oriented","ruby","testing-tools"],"created_at":"2025-07-05T00:10:29.226Z","updated_at":"2025-07-05T00:10:29.914Z","avatar_url":"https://github.com/acook.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"That Object is So Basic!\n========================\n\nTOISB lets you play with BasicObject and other weird objects in Ruby in style and without breaking (as many) things.\n\n[![Gem](https://img.shields.io/gem/v/that_object_is_so_basic.svg?style=for-the-badge)](https://rubygems.org/gems/that_object_is_so_basic)\n[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/acook/that_object_is_so_basic/ruby.yml?style=for-the-badge)](https://github.com/acook/that_object_is_so_basic/actions)\n[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/acook/that_object_is_so_basic.svg?style=for-the-badge)](https://codeclimate.com/github/acook/that_object_is_so_basic)\n\nUsage\n-----\n\nInstall the gem like `gem install that_object_is_so_basic` then use it like this:\n\n~~~ruby\nrequire \"toisb\"\n\n# TOISB was originally extracted from the Impasta and Uspec gems\nclass Impasta \u003c BasicObject; end\nspy = Impasta.new\n\n# Wraps any BasicObject or subclass, including normal Objects\ntoisb = TOISB.wrap spy\n\ntoisb.klass #=\u003e Impasta\ntoisb.superklass #=\u003e BasicObject\ntosib.inspector #=\u003e \"#\u003cBasicObject/Impasta:0x2b1fcfc70474\u003e\"\ntoisb.singleton #=\u003e #\u003cClass:#\u003cImpasta:0x0000563f9f8e08e8\u003e\u003e\ntoisb.ancestors #=\u003e [#\u003cClass:#\u003cImpasta:0x0000563f9f8e08e8\u003e\u003e, Impasta, BasicObject]\ntoisb.safe_send :to_s #=\u003e \"#\u003cTestObject:0x00005563c4965d48\u003e\"\n~~~\n\nAuthor\n------\n\n\u003e © 2019-2024 Anthony M. Cook\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facook%2Fthat_object_is_so_basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facook%2Fthat_object_is_so_basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facook%2Fthat_object_is_so_basic/lists"}