# File lib/regin/character.rb, line 39 def include?(char) if ignorecase value.downcase == char.downcase else value == char end end