Displaying 1 result from an estimated 1 matches for "find_x_and_y".
2006 Mar 19
4
function names contain regex?
...def validate_address{#/d/#)
x = {#1}
miscfunction(x)
end
And yes, I totally just made up some bogus syntax - I have no idea if a
variable function name containing a regular expression is possible...
perhaps through some trick of aliasing?
I figure it must be possible, due to the model.find_x_and_y() methods in
ActiveRecord.
Bonus question: Is there a way for the code inside a function to retrieve
the name of the function? And if so, if it was called through an alias,
would it return the name of the alias or the name of the original function?
Pete