struct.rb 140 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 Struct < ::Struct.new(nil) def perform end end end