RubyFlow The Ruby and Rails community linklog

Runtime Introspection in Ruby

Ruby offers a variety of methods that allow you to ask an object about its capabilities (which messages/methods does it respond to?), its variables and constants, and its backstory (the object’s class and ancestors).

Read more at: https://dev.to/amrrbakry/runtime-introspection-in-ruby-2po1

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in