Skip to content

Instantly share code, notes, and snippets.

@satococoa
Created March 21, 2014 07:12
Show Gist options
  • Save satococoa/9681131 to your computer and use it in GitHub Desktop.
Save satococoa/9681131 to your computer and use it in GitHub Desktop.
module Kernel
def p(arg)
BubbleWrap.p(arg) if RUBYMOTION_ENV != 'release'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment