Class: Irc::RfcCasemap
- Includes:
- Singleton
- Defined in:
- lib/rbot/irc.rb
Overview
The rfc1459 casemap
Instance Method Summary collapse
-
#initialize ⇒ RfcCasemap
constructor
A new instance of RfcCasemap.
Methods inherited from Casemap
#==, get, #inspect, #lower, #must_be, #to_irc_casemap, #to_s, #upper
Constructor Details
#initialize ⇒ RfcCasemap
Returns a new instance of RfcCasemap.
146 147 148 |
# File 'lib/rbot/irc.rb', line 146 def initialize super('rfc1459', "\x41-\x5a\x7b-\x7e", "\x61-\x7a\x5b-\x5e") end |