{"id":29272134,"url":"https://github.com/acook/introspection","last_synced_at":"2025-07-05T00:10:36.619Z","repository":{"id":7675734,"uuid":"9038222","full_name":"acook/introspection","owner":"acook","description":"Does a deep inspection on the structure of Ruby objects.","archived":false,"fork":false,"pushed_at":"2016-12-05T16:36:55.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-11T04:13:01.862Z","etag":null,"topics":["data-exploration","introspection","object-inspector","reflection","ruby"],"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":"2013-03-26T19:13:36.000Z","updated_at":"2017-02-14T18:47:18.000Z","dependencies_parsed_at":"2022-08-31T04:11:56.257Z","dependency_job_id":null,"html_url":"https://github.com/acook/introspection","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/acook/introspection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acook%2Fintrospection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acook%2Fintrospection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acook%2Fintrospection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acook%2Fintrospection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acook","download_url":"https://codeload.github.com/acook/introspection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acook%2Fintrospection/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263636825,"owners_count":23492312,"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":["data-exploration","introspection","object-inspector","reflection","ruby"],"created_at":"2025-07-05T00:10:35.581Z","updated_at":"2025-07-05T00:10:36.610Z","avatar_url":"https://github.com/acook.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introspect\n==========\n\nTools for exploring Ruby's objects!\n\nBasic Usage\n-----------\n\n```ruby\nrequire 'introspect/core_ext'  # the core extensions are OPTIONAL but handy\nmy_object.introspect\n```\n\nTools Available\n---------------\n\n### CONTENTS\n\nTells you all about the object and the objects inside it.\n\n```ruby\nrequire 'introspect'\nIntrospect.introspect my_object, :contents\n```\n\nexample\n\n```ruby\n[1,2,3].introspect :contents\n```\n\noutput\n\n```ruby\n{\n  [1, 2, 3]=\u003e\n    {\n      :class=\u003eArray,\n        :ancestors=\u003e\n          [\n            Array,\n            Enumerable,\n            Object,\n            PP::ObjectMixin,\n            Introspect,\n            Kernel,\n            BasicObject\n          ]\n    }\n}\n```\n\n\n\n### WHICH\n\nTells you which object a method is defined on.\n\n```ruby\nrequire 'introspect'\nIntrospect.introspect my_object, :which, :method_name\n```\n\nexample\n\n```ruby\n[1,2,3].introspect :which, :cycle\n```\noutput\n\n```ruby\nArray\n```\n\nContributing\n------------\n\nBug reports and pull requests are welcome on GitHub at https://github.com/acook/introspection.\n\n\u003e © Anthony M. Cook 2012-2016\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facook%2Fintrospection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facook%2Fintrospection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facook%2Fintrospection/lists"}