Method: Developmentkit::Tool.show_bundle_command

Defined in:
lib/developmentkit/tool.rb

.show_bundle_commandObject



4
5
6
7
# File 'lib/developmentkit/tool.rb', line 4

def show_bundle_command
  puts " *** Bundle Command ***"
  puts "bundle update #{dependencies_map}"
end