module MarkMapper::Plugins::Sci
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/mark_mapper/plugins/sci.rb, line 76 def initialize(*args) super write_key :_type, self.class.name if self.class.key?(:_type) end