| Class | HtmlEncode::RegexpHashUnion |
| In: |
lib/html_encode.rb
|
| Parent: | Object |
| regexp | [R] |
# File lib/html_encode.rb, line 11 def initialize ( aHash ) @hash = aHash @regexp = Regexp.compile(@hash.keys.map { |re| re.source }.join('|')) end