require "rap_songs/version" module RapSongs class Error < StandardError; end def hello puts "hello there" end end