Class: Irc::AsciiCasemap

Inherits:
Casemap show all
Includes:
Singleton
Defined in:
/home/apoc/projects/ruby/rbot/lib/rbot/irc.rb

Overview

The ascii Casemap

Instance Method Summary (collapse)

Methods included from Singleton

#_dump

Methods inherited from Casemap

#==, get, #inspect, #lower, #must_be, #to_irc_casemap, #to_s, #upper

Constructor Details

- (AsciiCasemap) initialize

Returns a new instance of AsciiCasemap



170
171
172
# File '/home/apoc/projects/ruby/rbot/lib/rbot/irc.rb', line 170

def initialize
  super('ascii', "\x41-\x5a", "\x61-\x7a")
end