Method: Inspec::Rule#id

Defined in:
lib/inspec/rule.rb

#id(*_) ⇒ Object



71
72
73
74
# File 'lib/inspec/rule.rb', line 71

def id(*_)
  # never overwrite the ID
  @id
end