Sha256: 19bc794c639e6bce488165d8195ac14ad2ce29211ce3bf999590cd0dba262e31
Contents?: true
Size: 410 Bytes
Versions: 2
Compression:
Stored size: 410 Bytes
Contents
require 'rom/plugin_base' module ROM # EnvironmentPlugin is a simple object used to store environment plugin configurations # # @private class EnvironmentPlugin < PluginBase # Apply this plugin to the provided environment # # @param [ROM::Environment] environment # # @api private def apply_to(environment, options = {}) mod.apply(environment, options) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rom-0.9.1 | lib/rom/environment_plugin.rb |
rom-0.9.0 | lib/rom/environment_plugin.rb |