Sha256: 2ebdfab5c347c87ae65f3f2187bf8dfe5cfaabcd1675349d6b7ed820c4b430d0

Contents?: true

Size: 126 Bytes

Versions: 16

Compression:

Stored size: 126 Bytes

Contents

# section_10/part_2/answer.rb
# 10-2-def.rb
def hello(name)
  print 'Hello, ', name, ".\n"
end

hello(ARGV[0])
hello(ARGV[1])

Version data entries

16 entries across 16 versions & 1 rubygems

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