rubymotion-community / motion-support

Commonly useful extensions to the standard library for RubyMotion
MIT License
132 stars 28 forks source link

Add more delegation to NSDictionary #10

Closed clayallsopp closed 11 years ago

clayallsopp commented 11 years ago

This was something I ran into earlier, when using NSDictionary objects returned from something like AFNetworking.

tkadauke commented 11 years ago

Thanks, Clay! But can you add a test for that? See https://github.com/tkadauke/motion-support/blob/master/spec/motion-support/ns_dictionary_spec.rb for an example. That'd be awesome.

clayallsopp commented 11 years ago

Cool, done

tkadauke commented 11 years ago

Perfect! Thanks a lot, Clay :-)