Sha256: c5f4f4bd4a414949cb78ebaaa2706d91509d02749de697f6bc8d297a5066a400

Contents?: true

Size: 255 Bytes

Versions: 44

Compression:

Stored size: 255 Bytes

Contents

module Groonga
  class PluginLoader
    class << self
      def load_file(path)
        begin
          load(path)
        rescue => error
          Context.instance.record_error(:plugin_error, error)
          nil
        end
      end
    end
  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
rroonga-9.0.7-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-9.0.7-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-9.0.3-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-9.0.3-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-9.0.2-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-9.0.2-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-7.1.1-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-7.1.1-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-7.0.2-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-7.0.2-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-6.1.3-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-6.1.3-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-6.1.0-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-6.1.0-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-6.0.9-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-6.0.9-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-6.0.7-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-6.0.7-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-6.0.5-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb
rroonga-6.0.5-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb