Skip to content

Instantly share code, notes, and snippets.

@ellcs
Created March 20, 2020 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ellcs/4d07d4b1c8ee59c9a5551c95c9f760bd to your computer and use it in GitHub Desktop.
Save ellcs/4d07d4b1c8ee59c9a5551c95c9f760bd to your computer and use it in GitHub Desktop.
ruby log with filename and line
def log(str); c = caller.first.split(":")[0..1].join(":"); puts "#{c} \"#{str}\""; emd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment