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