atomicobject/motion-objection

View on GitHub
lib/motion-objection/extensions/ns_object.rb

Summary

Maintainability
A
0 mins
Test Coverage
class NSObject
  include Objection::Awoken

  def default_injector
    Objection.default_injector
  end
end