Method: Inspec::Rule#descriptions
- Defined in:
- lib/inspec/rule.rb
#descriptions(description_hash = nil) ⇒ Object
102 103 104 105 |
# File 'lib/inspec/rule.rb', line 102 def descriptions(description_hash = nil) return @descriptions if description_hash.nil? @descriptions.merge!(description_hash) end |