awesome-print / awesome_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
http://github.com/michaeldv/awesome_print
MIT License
4.07k stars 454 forks source link

[help] get linebreak in string #329

Open wta12 opened 6 years ago

wta12 commented 6 years ago

can not get a multi-line string show in proper way with awesome_print FenestrationSurface:Detailed,\n Sub Surface 4, !- Name\n door, !- Surface Type\n ASHRAE 189.1-2009 ExtWindow ClimateZone 3, !- Construction Name\n Surface 10, !- Building Surface Name\n , !- Outside Boundary Condition Object\n , !- View Factor to Ground\n , !- Shading Control Name\n ,
How to get line break with ap ? the puts/print work perfectly

stdedos commented 5 years ago

I assume OP means: Could strings be "evaluated" instead of only shown to be strings?

Any plans to do this / complexity etc?