mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
(rubocop) Fix Layout/EmptyLinesAroundClassBody
This commit is contained in:
parent
edaa3e5645
commit
bb9e821d5e
4 changed files with 0 additions and 5 deletions
|
|
@ -3,7 +3,6 @@
|
|||
require 'yaml'
|
||||
|
||||
class Conf
|
||||
|
||||
def self.read_config
|
||||
conf = {}
|
||||
begin
|
||||
|
|
|
|||
|
|
@ -46,5 +46,4 @@ class Http
|
|||
|
||||
conn
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ require 'vmfloaty/utils'
|
|||
require 'vmfloaty/ssh'
|
||||
|
||||
class Service
|
||||
|
||||
attr_reader :config
|
||||
|
||||
def initialize(options, config_hash = {})
|
||||
|
|
@ -135,5 +134,4 @@ class Service
|
|||
def disk(verbose, hostname, disk)
|
||||
@service_object.disk(verbose, url, hostname, token, disk)
|
||||
end
|
||||
|
||||
end
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Ssh
|
||||
|
||||
def self.which(cmd)
|
||||
# Gets path of executable for given command
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue