Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
1. view: index.html.erb 2. 3. <html> 4. <body> 5. <title>HW example</title> 6. <h1></h1> 7. <%= @hello %> 8. </body> 9. </html> 10. 11. controller: welcome_controller.rb 12. 13. class WelcomeController < ApplicationController 14. 15. def index @hello = "Hello world" end 16. 17. end
This paste will be private.
From the Design Piracy series on my blog: