Module: Ham
- Defined in:
- lib/ham/base.rb,
lib/ham/hosts.rb,
lib/ham/version.rb
Defined Under Namespace
Class Method Summary collapse
-
.version ⇒ Object
Returns the version of the currently loaded Ham as a Gem::Version.
Class Method Details
.version ⇒ Object
Returns the version of the currently loaded Ham as a Gem::Version
3 4 5 |
# File 'lib/ham/version.rb', line 3 def self.version Gem::Version.new '0.0.1' end |