Guest User

Untitled

a guest
Aug 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Ruby trace instance variable
  2. def my_attr=(value)
  3. logger.debug("my_attr changed to #{value.inspect}")
  4. @my_attr = value
  5. end
Add Comment
Please, Sign In to add comment