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