motion/util/constants.rb in bubble-wrap-1.7.1 vs motion/util/constants.rb in bubble-wrap-1.8.0
- old
+ new
@@ -1,10 +1,10 @@
# Stupid hack because the RubyMotion dependency detection has a bug.
module BubbleWrap
module Constants
module_function
- # Looks like RubyMotiononly adds UIKit constants
+ # Looks like RubyMotion only adds UIKit constants
# at compile time. If you don't use these
# directly in your code, they don't get added
# to Kernel and Constants.get crashes.
# Examples
# Constants.register UIReturnKeyDone, UIReturnKeyNext