Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8344021
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T06:14:26+00:00 2026-06-09T06:14:26+00:00

I was wondering if it’s possible to make it so that if I had

  • 0

I was wondering if it’s possible to make it so that if I had something like

class Test

  attr_reader :access_times
  def initialize
    @access_times = 0
  end

  def get_two
    2
  end

  ...
end

t = Test.new

That any access to t would run a particular piece of code before actually running the method?

For example, if I suddenly decided to say t.get_two, the fact that I used the . syntax would increment @access_times by 1. Or perhaps I made a check t.is_a?(Test), it would also increment @access_times by 1. Accessing any methods or attributes inherited by Test would also increment the variable by 1.

Basically I want to add some stuff to the . syntax if possible.

I am not asking whether this is good or bad code, just whether it’s possible and how it would be done. I wouldn’t normally use it since I could just add the increment logic to every method manually and replace all direct instance variable accessing with methods (even things like is_a? and other things inherited from Object)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T06:14:27+00:00Added an answer on June 9, 2026 at 6:14 am

    a pretty hardcore-version would be to use set_trace_func: http://apidock.com/ruby/Kernel/set_trace_func

    this allows you to subscribe to all the ruby events fired throughout your program, which can be a ton of calls…

    i don’t think that there is a build-in hook for registering to arbitrary method-calls. you could implement something with method-missing, method-chaining or delegation, but that would depend on your requirments.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Wondering if this is possible or something with this effect. public class MyModel {
Wondering if someone can answer something that has stumped me. I have a Timer
wondering if there's any way to make it so that a list I have
Wondering if any of you can help me: I've made a signup modal that
Wondering if there is any way to get the lambda expressions that result from
Wondering if anyone can suggest a good file replication tool that will replicate across
Wondering if there is a good way to generate temporary URLs that expire in
wondering how I can replace all special chars on my string like: hello this
Wondering how does an application like Process Explorer or Combo Fix detect hidden process
Wondering if anyone has had any experience using retina assets with the NativeControls iPhone

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.