class String def sct_class split('_').collect!(&:capitalize).join end def sct_module self.sct_class end end