68 69 70 71
# File 'lib/inspec/rule.rb', line 68 def title(v = nil) @title = v unless v.nil? @title end