Hi,

I have a string literal in this form:

  taxonomy = %q{
    +AttributeControl
      NMAttributeControl.*
    +NetworkControl
      NMNetworkControl*.*
    +TimelineControl
      NMTimelineControl*.*
    +CurveControl
      NMCurveControl*.*
    *.*
  }


Is it possible to somehow specify it such that there are (automatically) newline characters at the end of each line?

Cheers,
James