On Fri, Jun 18, 2010 at 2:37 PM, Mark Frost <abaddonon
...@gmail.com> wrote:
> Im iterating over a hash and wanting to check and see which entries on
> it are valid Rose columns for a certain class. I tried using the -
>>meta->column($name) method, and then I thought about checking ->meta-
>>method_name_is_reserved($name), but neither of these methods seem to
> be taking aliases into account. So I have a line like this:
> Now, I can run my method name through the ->meta->column_aliases hash
> if I have to, or I can check the list from ->meta-
>>column_mutator_method_names, but I was hoping there was a simpler one-
> liner I could use here that wouldnt require an extra iteration on my
> part.
There is no such method, but the technique you described (check