Module: OracleEnhancedColumnWithXmltype

Defined in:
lib/oracle_enhanced_plus_xmltype/oracle_enhanced_column_with_xmltype.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



49
50
51
52
# File 'lib/oracle_enhanced_plus_xmltype/oracle_enhanced_column_with_xmltype.rb', line 49

def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end