class Pod::Command::Install
Public Instance Methods
run()
click to toggle source
# File lib/cocoapods-soul-component-plugin/command/soul-component-plugin.rb, line 129 def run CocoapodsSoulComponentPlugin.pre_run if CocoapodsSoulComponentPlugin.use_components old_run CocoapodsSoulComponentPlugin.post_run if CocoapodsSoulComponentPlugin.use_components end
Also aliased as: old_run