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