Method: Inspec::Rule#id

Defined in:
lib/inspec/rule.rb

#id(*_) ⇒ Object



56
57
58
59
# File 'lib/inspec/rule.rb', line 56

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