RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

wrapped_print

https://github.com/igorkasyanchuk/wrapped_print - Easy print debug information to your console in Ruby/Rails app.

I think you did it too, code like:

puts "=" * 50
puts current_user.balance
puts "=" * 50

Now you can just write ONLY: current_user.balance.wp

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in