Skip to content

Commit

Permalink
Remove duplicated method due to merges (#1548)
Browse files Browse the repository at this point in the history
Merged PR #1548.
  • Loading branch information
slevenick authored and modular-magician committed Mar 19, 2019
1 parent 3a6ea5c commit ab8f38c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions templates/inspec/custom_functions/google_compute_region.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,4 @@ def zone_names
def up?
return false if !exists?
@status == 'UP'
end

def to_s
name = @opts[:name] || @name
"Region #{name}"
end

0 comments on commit ab8f38c

Please sign in to comment.