文件名称:motion-objection:在 RubyMotion 中包装异议
文件大小:14KB
文件格式:ZIP
更新时间:2024-07-21 03:08:18
Ruby
动议反对 Motion-objection 将 Objective-C 依赖注入库包装在 Ruby 中,以便它可以在。 它具有 Objection 的所有功能(和速度)以及 Ruby 语言提供的声明性可供性。 安装 gem install motion-objection 基本用法 一个类可以通过混合Objection::Compose并调用.compose_with方法来声明需要组件对象 class Car include Objection :: Compose compose_with :engine , :brakes end 其中:engine和:brakes被假定为Engine和Brakes类。 命名空间的类也可以通过使用/字符分隔命名空间来声明。 class Engine include Objection :: Compose compose_wit
【文件预览】:
motion-objection-develop
----.gitignore(343B)
----motion_objection.gemspec(796B)
----app()
--------app_delegate.rb(113B)
----resources()
--------Default-568h@2x.png(2KB)
----.travis.yml(184B)
----LICENSE(1KB)
----spec()
--------objection_spec.rb(3KB)
--------helpers()
----README.md(4KB)
----lib()
--------motion-objection()
--------motion-objection.rb(336B)
----Gemfile(86B)
----Rakefile(438B)
----Gemfile.lock(963B)