Method: JDC::App::Base#memory_choices

Defined in:
lib/jdc/cli/app/base.rb

#memory_choicesObject



36
37
38
# File 'lib/jdc/cli/app/base.rb', line 36

def memory_choices
  [256, 512, 1024].map{|n| human_mb(n)}
end