Method: Inspec::Rule#id

Defined in:
lib/inspec/rule.rb

#id(*_) ⇒ Object



35
36
37
38
# File 'lib/inspec/rule.rb', line 35

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