Ruby: Всё есть объект
Задание
Loading...
Ваше упражнение проверяется по этим тестам
# frozen_string_literal: true
require 'test_helper'
describe 'function' do
it 'should works' do
_(-> { require_relative 'index' }).must_output(/respond_to/)
puts 'hexlet'.methods.grep(/\?/)
end
end
Решение учителя откроется через:
20:00
