Support for the Ruby 2.4 series has ended. See here for reference.
Get the entity expansion limit. By default the limit is set to 10000.
 
               # File rexml/security.rb, line 12
def self.entity_expansion_limit
  return @@entity_expansion_limit
end
             
            Set the entity expansion limit. By default the limit is set to 10000.
 
               # File rexml/security.rb, line 7
def self.entity_expansion_limit=( val )
  @@entity_expansion_limit = val
end