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

rubocop:disable Naming/UncommunicativeMethodParamName



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

def initialize(_); end

Instance Method Details

#run!Object



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

def run!
  puts LetsencryptWebfaction::VERSION
end