@api semipublic
# File lib/dm-core/property/integer.rb, line 11 11: def initialize(model, name, options = {}) 12: if options.key?(:serial) && !kind_of?(Serial) 13: raise "Integer #{name} with explicit :serial option is deprecated, use Serial instead (#{caller[2]})" 14: end 15: super 16: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.