Sha256: d3f42c302ddd382d3dfae26bd83e9c7b9f7e09d1c1a3f89d2d002faa8c3224cd

Contents?: true

Size: 105 Bytes

Versions: 17

Compression:

Stored size: 105 Bytes

Contents

# section_9/part_1/answer.rb
# 9-1-file-read.rb
filename = ARGV[0]
text = File.read(filename)
print text

Version data entries

17 entries across 17 versions & 1 rubygems

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