mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
(rubocop) Fix Style/MissingRespondToMissing
This commit is contained in:
parent
6c4fe8384c
commit
b7b08c9c9e
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ class Service
|
|||
end
|
||||
end
|
||||
|
||||
def respond_to_missing?(m, *)
|
||||
@service_object.respond_to?(m) || super
|
||||
end
|
||||
|
||||
def url
|
||||
@config['url']
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue