Module: AvroTurf::AvroGemPatch::RecordSchema
- Defined in:
- lib/avro_turf/schema_to_avro_patch.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.prepended(base) ⇒ Object
20 21 22 23 24 |
# File 'lib/avro_turf/schema_to_avro_patch.rb', line 20 def self.prepended(base) class << base prepend ClassMethods end end |