Sha256: 17490b00d856979a5bc6d85c38a8637279a6f2a82b935164c1c3f955bf741a35

Contents?: true

Size: 98 Bytes

Versions: 11

Compression:

Stored size: 98 Bytes

Contents

# section_3/part_3/answer.rb
# 3-3-array.rb
array = [7, 2, 4, 9, 10, 1, 5, 8, 6, 3]

p array.sort

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ruby_learner-1.2.9 contents/questions/sequential_check/section_3/part_3/lib/answer.rb
ruby_learner-1.2.8 contents/questions/sequential_check/section_3/part_3/lib/answer.rb
ruby_learner-1.2.7 contents/questions/sequential_check/section_3/part_3/lib/answer.rb
ruby_learner-1.2.6 contents/questions/sequential_check/section_3/part_3/lib/answer.rb
ruby_learner-1.2.5 contents/questions/sequential_check/section_3/part_3/lib/answer.rb
ruby_learner-1.2.4 contents/questions/sequential_check/section_3/part_3/lib/answer.rb
ruby_learner-1.2.3 contents/questions/sequential_check/section_3/part_3/lib/answer.rb
ruby_learner-1.2.2 contents/questions/sequential_check/section_3/part_3/lib/answer.rb
ruby_learner-1.2.1 contents/questions/sequential_check/section_3/part_3/lib/answer.rb
ruby_learner-1.2.0 contents/questions/sequential_check/section_3/part_3/lib/answer.rb
ruby_learner-1.1.15 questions/sequential_check/section_3/part_3/lib/answer.rb