Kaceka2016/ruby_part/intelligence_test.rb
2016-12-08 08:49:58 +01:00

9 lines
136 B
Ruby

require_relative 'crane_class'
c = Crane.new("Roman")
c.introduce
c.get_words
puts c.words
puts h = c.if_understand
c.response