Method: REXML::Security.entity_expansion_text_limit
- Defined in:
- lib/rexml/security.rb
.entity_expansion_text_limit ⇒ Object
Get the entity expansion limit. By default the limit is set to 10240.
24 25 26 |
# File 'lib/rexml/security.rb', line 24 def self.entity_expansion_text_limit return @@entity_expansion_text_limit end |