Method: Pod::Podfile::ENVExecutor#execute_with_allow_prerelease

Defined in:
lib/cocoapods-lhj-bin/native/podfile_env.rb

#execute_with_allow_prerelease(allow_prerelease, &block) ⇒ Object


17
18
19
# File 'lib/cocoapods-lhj-bin/native/podfile_env.rb', line 17

def execute_with_allow_prerelease(allow_prerelease, &block)
  execute_with_key(ALLOW_PRERELEASE, -> { allow_prerelease ? 'true' : 'false' }, &block)
end