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