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



51
52
53
54
# File 'lib/oracle_enhanced_plus_xmltype/oracle_enhanced_column_with_xmltype.rb', line 51

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