Method: Inspec::Rule#id

Defined in:
lib/inspec/rule.rb

#id(*_) ⇒ Object



58
59
60
61
# File 'lib/inspec/rule.rb', line 58

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