# File lib/facets/more/cut.rb, line 285 def inherited( base ) if proxycut cuts.reverse_each { |c| base.module_eval { include c } } end end