class Vpsb::Resources::PackagesList
Private Instance Methods
finalize(answer)
click to toggle source
# File lib/vpsb/resources/packages_list.rb, line 8 def finalize(answer) return [] if answer.empty? answer.split(',').join(' ').split(' ').compact.uniq end
validate()
click to toggle source
# File lib/vpsb/resources/packages_list.rb, line 13 def validate Proc.new { true } end