Method: Pod::Podfile::DSL#inherit!
- Defined in:
- lib/cocoapods-core/podfile/dsl.rb
#inherit!(inheritance) ⇒ void
This method returns an undefined value.
Sets the inheritance mode for the current target.
555 556 557 |
# File 'lib/cocoapods-core/podfile/dsl.rb', line 555 def inherit!(inheritance) current_target_definition.inheritance = inheritance end |