30 31 32 33
# File 'lib/xmlable.rb', line 30 def attr_name(*args, &block) include XMLable::Attribute send(__method__, *args, &block) end