Module: Sixfish
- Defined in:
- lib/sixfish.rb
Overview
:title: Sixfish RDoc
Toplevel namespace for Sixfish. The main goods are in RDoc::Generator::Sixfish.
Defined Under Namespace
Modules: Patches
Constant Summary collapse
- VERSION =
Library version constant
'0.4.0'- PROJECT_URL =
Fivefish project URL
'https://hg.sr.ht/~ged/Sixfish'
Class Method Summary collapse
-
.version_string(include_buildnum = false) ⇒ Object
Get the library version.
Class Method Details
.version_string(include_buildnum = false) ⇒ Object
Get the library version. If include_buildnum is true, the version string will include the VCS rev ID.
17 18 19 20 |
# File 'lib/sixfish.rb', line 17 def self::version_string( include_buildnum=false ) vstring = "Sixfish RDoc %s" % [ VERSION ] return vstring end |