Sha256: 9b08c1675c7fe4f3f73c5a97ddcc0d7f1c615390e49869552d1c8375a2269ef0

Contents?: true

Size: 109 Bytes

Versions: 25

Compression:

Stored size: 109 Bytes

Contents

# section_2/part_1/answer.rb
# 2-1-ARGV.rb

puts ARGV[0]
puts ARGV[1]
puts ARGV[2]
puts ARGV[3]
puts ARGV[4]

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
ruby_learner-1.2.9 contents/questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.2.8 contents/questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.2.7 contents/questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.2.6 contents/questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.2.5 contents/questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.2.4 contents/questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.2.3 contents/questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.2.2 contents/questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.2.1 contents/questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.2.0 contents/questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.15 questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.14 questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.13 questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.11 questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.10 questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.9 questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.8 questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.7 questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.6 questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.5 questions/sequential_check/section_2/part_1/lib/answer.rb