Sha256: 4507db961cc24baa7631367c56e5f14bf92559960fc4978335538a21c56774d9

Contents?: true

Size: 413 Bytes

Versions: 6

Compression:

Stored size: 413 Bytes

Contents

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

6 entries across 6 versions & 1 rubygems

Version Path
caruby-core-1.4.9 lib/caruby/migration/resource_module.rb
caruby-core-1.4.7 lib/caruby/migration/resource_module.rb
caruby-core-1.4.6 lib/caruby/migration/resource_module.rb
caruby-core-1.4.5 lib/caruby/migration/resource_module.rb
caruby-core-1.4.4 lib/caruby/migration/resource_module.rb
caruby-core-1.4.3 lib/caruby/migration/resource_module.rb