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