Class: LetsencryptWebfaction::Application::Version
- Inherits:
-
Object
- Object
- LetsencryptWebfaction::Application::Version
- Defined in:
- lib/letsencrypt_webfaction/application/version.rb
Instance Method Summary collapse
-
#initialize(_) ⇒ Version
constructor
A new instance of Version.
- #run! ⇒ Object
Constructor Details
#initialize(_) ⇒ Version
Returns a new instance of Version.
8 |
# File 'lib/letsencrypt_webfaction/application/version.rb', line 8 def initialize(_); end |
Instance Method Details
#run! ⇒ Object
10 11 12 |
# File 'lib/letsencrypt_webfaction/application/version.rb', line 10 def run! puts LetsencryptWebfaction::VERSION end |