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.



6
# File 'lib/letsencrypt_webfaction/application/version.rb', line 6

def initialize(_); end

Instance Method Details

#run!Object



8
9
10
# File 'lib/letsencrypt_webfaction/application/version.rb', line 8

def run!
  puts LetsencryptWebfaction::VERSION
end