B
Ben Johnson
I've noticed in code that some people do:
class_eval src
amd some do
class_eval src, __FILE__, __LINE__
What exactly is the difference and why should I use one over the other?
Thanks for your help.
class_eval src
amd some do
class_eval src, __FILE__, __LINE__
What exactly is the difference and why should I use one over the other?
Thanks for your help.