Guest User

Untitled

a guest
May 27th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. >> RedCloth.new("next. ").to_html
  2. ArgumentError: wrong number of arguments (1 for 0)
  3. from /Library/Ruby/Gems/1.8/gems/RedCloth-4.1.0/lib/redcloth/textile_doc.rb:83:in `next'
  4. from /Library/Ruby/Gems/1.8/gems/RedCloth-4.1.0/lib/redcloth/textile_doc.rb:83:in `to'
  5. from /Library/Ruby/Gems/1.8/gems/RedCloth-4.1.0/lib/redcloth/textile_doc.rb:83:in `to_html'
  6. from (irb):11
  7. >> RedCloth.new("next.").to_html
  8. => "<p>next.</p>"
  9. >> RedCloth.new("next ").to_html
  10. => "<p>next</p>"
Add Comment
Please, Sign In to add comment