Scopers

Anyone know what this sort of a method does?

def scoper
eval “Helpdesk::#{cname.classify}”
end

On Apr 13, 11:49 am, Steve S. [email protected] wrote:

Anyone know what this sort of a method does?

def scoper
eval “Helpdesk::#{cname.classify}”
end

Not very much - turns a string into a class (and depending on where
cname comes from, could be a big security hole)

Fred