Class: XMLMunger::NoriConstants
- Inherits:
-
Object
- Object
- XMLMunger::NoriConstants
- Defined in:
- lib/xmlmunger/nori_constants.rb
Class Method Summary collapse
Class Method Details
.default_options ⇒ Object
4 5 6 7 |
# File 'lib/xmlmunger/nori_constants.rb', line 4 def self. { strip_namespaces: true, convert_tags_to: lambda { |tag| tag.snakecase.to_sym } } end |