module HammerCLICsv

rubocop:disable ClassLength

TODO: waiting for github.com/theforeman/foreman/pull/1326

NOTE:

rpm -qa --queryformat "%{NAME}|=|%{VERSION}-%{RELEASE},"

Public Class Methods

version() click to toggle source
# File lib/hammer_cli_csv/version.rb, line 2
def self.version
  @version ||= Gem::Version.new('2.3.1')
end