Class: Irc::StrictRfcCasemap
- Inherits:
- Casemap show all
- Includes:
- Singleton
- Defined in:
- /home/apoc/projects/ruby/rbot/lib/rbot/irc.rb
Overview
The strict-rfc1459 Casemap
Instance Method Summary (collapse)
-
- (StrictRfcCasemap) initialize
constructor
A new instance of StrictRfcCasemap.
Methods included from Singleton
Methods inherited from Casemap
#==, get, #inspect, #lower, #must_be, #to_irc_casemap, #to_s, #upper
Constructor Details
- (StrictRfcCasemap) initialize
Returns a new instance of StrictRfcCasemap
158 159 160 |
# File '/home/apoc/projects/ruby/rbot/lib/rbot/irc.rb', line 158 def initialize super('strict-rfc1459', "\x41-\x5a\x7b-\x7d", "\x61-\x7a\x5b-\x5d") end |