Sha256: f07271f5f5d9112fd91aad7e0eefac9893fc84b46ea6bfe904f0df48f0529587

Contents?: true

Size: 113 Bytes

Versions: 16

Compression:

Stored size: 113 Bytes

Contents

# section_6/part_3/answer.rb
# 6-3-array-size.rb
nums = [3, 1, 4, 1, 5]

print nums, "\n"

print nums.size, "\n"

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ruby_learner-1.2.0 contents/questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.15 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.14 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.13 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.11 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.10 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.9 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.8 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.7 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.6 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.5 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.4 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.3 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.2 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.1 questions/sequential_check/section_6/part_3/lib/answer.rb
ruby_learner-1.1.0 questions/sequential_check/section_6/part_3/lib/answer.rb