Class: LetsencryptWebfaction::Application::Version

Inherits:
Object
  • Object
show all
Defined in:
lib/letsencrypt_webfaction/application/version.rb

Instance Method Summary collapse

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