Method: CF::App::PushInteractions#ask_memory

Defined in:
lib/cf/cli/app/push/interactions.rb

#ask_memory(default) ⇒ Object



31
32
33
34
35
36
# File 'lib/cf/cli/app/push/interactions.rb', line 31

def ask_memory(default)
  ask("Memory Limit",
      :choices => memory_choices,
      :allow_other => true,
      :default => default || "128M")
end