Method: Inspec::Rule#id

Defined in:
lib/inspec/rule.rb

#id(*_) ⇒ Object



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

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