Skip to content

Instantly share code, notes, and snippets.

@EmmaB
Created October 24, 2011 15:56
Show Gist options
  • Save EmmaB/1309369 to your computer and use it in GitHub Desktop.
Save EmmaB/1309369 to your computer and use it in GitHub Desktop.
Dotted line in log
def ps( msg )
if Rails.env == 'development'
puts '-' * msg.length
puts msg
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment