Module: CapTaffy
- Defined in:
- lib/cap-taffy.rb,
lib/cap-taffy/parse.rb
Defined Under Namespace
Modules: Db, SSH Classes: Parse
Constant Summary collapse
- VERSION =
:stopdoc:
'0.0.3'
- 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/cap-taffy.rb', line 11 def self.version VERSION end |