Module: Pyre
- Defined in:
- lib/pyre.rb,
lib/pyre/room.rb,
lib/pyre/campfire.rb
Overview
Pyre: Because there isn’t a real API for Campfire.
Defined Under Namespace
Classes: Campfire, CommunicationError, LoginError, NavigationError, Room, UploadError
Constant Summary collapse
- VERSION =
:stopdoc:
'0.3.1'
- LIBPATH =
::File.(::File.dirname(__FILE__)) + ::File::SEPARATOR
- PATH =
::File.dirname(LIBPATH) + ::File::SEPARATOR
Class Method Summary collapse
-
.version ⇒ Object
Returns the version string for the library.
Class Method Details
.version ⇒ Object
Returns the version string for the library.
11 12 13 |
# File 'lib/pyre.rb', line 11 def self.version VERSION end |