rubymotion-community / BubbleWrap

Cocoa wrappers and helpers for RubyMotion (Ruby for iOS and OS X) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull requests
Other
1.18k stars 208 forks source link

Location stop defensive programming #358

Closed markrickert closed 10 years ago

markrickert commented 10 years ago

Just some defensive programming here so that if the user calls BW::Location.stop and the location observation was never started, it won't throw an exception and crash the app.

With test.

822 specifications (1223 requirements), 0 failures, 0 errors
clayallsopp commented 10 years ago

Cool, makes sense!