Class: Boost::Regexp
- Inherits:
-
Object
- Object
- Boost::Regexp
- Defined in:
- lib/ruby-boost-regex/ruby-parts.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#casefold? ⇒ Boolean
13 14 15 |
# File 'lib/ruby-boost-regex/ruby-parts.rb', line 13 def casefold? (self. & IGNORECASE) > 0 end |