Class: SistemKebut::DefPengelolaXML
- Inherits:
-
KebutSemalam::PengelolaXML
- Object
- KebutSemalam::PengelolaXML
- SistemKebut::DefPengelolaXML
- Defined in:
- lib/sks/dasar.rb
Direct Known Subclasses
Media::Gambar, Paragraph::Judul, Paragraph::Kosong, Paragraph::Kutipan, Paragraph::Teks, Section::SectionProperties
Instance Method Summary collapse
Methods inherited from KebutSemalam::PengelolaXML
Instance Method Details
#pembangun ⇒ Object
21 22 23 24 25 26 27 |
# File 'lib/sks/dasar.rb', line 21 def pembangun return self.class.const_get(:XMLBuilder) rescue NameError nama = self.class.to_s.rpartition("::").first bungkus = self.class.const_get(nama) return bungkus.const_get(:XMLBuilder) end |