```include.rb```: ```ruby class RubyCode def initialize raise RuntimeError.new('I am only an example!') end end ```