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