mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
Fixed Lint/DuplicateMethods: Method Inspec::Resources::Service#resource_id is defined at both
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
7da11de098
commit
62405e261d
1 changed files with 0 additions and 4 deletions
|
@ -305,10 +305,6 @@ module Inspec::Resources
|
|||
"Service #{@service_name}"
|
||||
end
|
||||
|
||||
def resource_id
|
||||
@service_name
|
||||
end
|
||||
|
||||
private :info
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue