Sha256: 05c9b5f31f5b05261f9ecd747ff4a1897093ec277cf867a335142fbb7459d3d4
Contents?: true
Size: 454 Bytes
Versions: 2
Compression:
Stored size: 454 Bytes
Contents
require 'caruby/domain/resource_module' module CaRuby module ResourceModule # Declares the given classes which will be dynamically modified for migration. # The Java caBIG classes are auto-loaded and wrapped as a CaRuby::Resource, if necessary, and enhanced in the migration shim. def shims(*classes) # nothing to do, since all this method does is ensure that the arguments are auto-loaded when they are referenced end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
caruby-core-1.4.2 | lib/caruby/migration/resource_module.rb |
caruby-core-1.4.1 | lib/caruby/migration/resource_module.rb |