require "ruby/instructor/version" module Ruby module Instructor class Error < StandardError; end # Your code goes here... end end