# File lib/ruote/exp/ro_attributes.rb, line 37 def has_attribute(*args) args.each { |a| a = a.to_s; return a if attributes[a] != nil } nil end