We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0422385 commit b7adc2fCopy full SHA for b7adc2f
lib/multi_xml.rb
@@ -112,6 +112,8 @@ def parser=(new_parser)
112
# <b>Options</b>
113
#
114
# <tt>:symbolize_keys</tt> :: If true, will use symbols instead of strings for the keys.
115
+ #
116
+ # <tt>:disallowed_types</tt> :: Types to disallow from being typecasted. Defaults to `['yaml', 'symbol']`. Use `[]` to allow all types.
117
def parse(xml, options={})
118
xml ||= ''
119
0 commit comments