Method: Representable::XML::ClassMethods#remove_namespaces!
- Defined in:
- lib/representable/xml.rb
#remove_namespaces! ⇒ Object
23 24 25 |
# File 'lib/representable/xml.rb', line 23 def remove_namespaces! representable_attrs.[:remove_namespaces] = true end |