45 46 47 48
# File 'lib/inspec/rule.rb', line 45 def title(v = nil) @title = v unless v.nil? @title end