Method: Maid::App#version

Defined in:
lib/maid/app.rb

#versionObject



56
57
58
59
60
61
62
# File 'lib/maid/app.rb', line 56

def version
  if options.long?
    say Maid::UserAgent.value
  else
    say Maid::VERSION
  end
end