clazz.rb 118 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 # Make sure this file does not get required manually module Autoloaded class Clazz def perform end end end