Skip to content

Instantly share code, notes, and snippets.

@iurev
Created October 29, 2013 12:47
Show Gist options
  • Save iurev/7214019 to your computer and use it in GitHub Desktop.
Save iurev/7214019 to your computer and use it in GitHub Desktop.
Very good chunk of code for debug :)
def np(*args)
puts args
Notifier.notify(
image: '/home/wwju/logo.png',
title: 'Ruby',
message: "#{args.join(', ')}"
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment