Class: Pod::Installer

Inherits:
Object
  • Object
show all
Defined in:
lib/hmap_optimize.rb

Instance Method Summary collapse

Instance Method Details

#_old_run_podfile_post_install_hookObject



118
# File 'lib/hmap_optimize.rb', line 118

alias_method :_old_run_podfile_post_install_hook, :run_podfile_post_install_hook

#run_podfile_post_install_hookObject



119
120
121
122
123
# File 'lib/hmap_optimize.rb', line 119

def run_podfile_post_install_hook
  HmapHelper.post_install(self)

  _old_run_podfile_post_install_hook
end