88 89 90 91
# File 'lib/inspec/rule.rb', line 88 def title(v = nil) @title = v unless v.nil? @title end