Sha256: a2dab53f108e12d5d347af7527a94c37ada1917759db8d2b37073375ca013549

Contents?: true

Size: 109 Bytes

Versions: 18

Compression:

Stored size: 109 Bytes

Contents

# section_11/part_1/answer.rb
# 11-1-require.rb
require_relative 'for-def-read'

name = ARGV[0]

hello(name)

Version data entries

18 entries across 18 versions & 1 rubygems

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