# File lib/maruku/attributes.rb, line 23 def quote_if_needed if /[\s\'\"]/.match self inspect else self end end