Module: Sponge
- Defined in:
- lib/sponge.rb,
lib/sponge/bot.rb,
lib/sponge/auth.rb,
lib/sponge/plugin.rb,
lib/sponge/plugins.rb,
lib/sponge/version.rb,
lib/sponge/irc/user.rb,
lib/sponge/irc/client.rb,
lib/sponge/irc/parser.rb,
lib/sponge/irc/socket.rb,
lib/sponge/irc/message.rb,
lib/sponge/irc/listeners.rb
Overview
Copyright © 2010 Lee ‘injekt’ Jarvis <[email protected]> All files in this distribution are subject to the terms of the Ruby license.
Defined Under Namespace
Modules: IRC Classes: Auth, Bot, Plugin, Plugins
Constant Summary collapse
- BASE =
File.(File.dirname(__FILE__))
- MAJOR =
0
- MINOR =
3
- TINY =
2
- VERSION =
[MAJOR, MINOR, TINY].join('.')
Class Method Summary collapse
-
.version ⇒ Object
The current Version of Sponge you’re using.
Class Method Details
.version ⇒ Object
The current Version of Sponge you’re using
9 10 11 |
# File 'lib/sponge/version.rb', line 9 def self.version VERSION end |