Class: Amp::Plugins::Core
- Inherits:
-
Base
- Object
- Base
- Amp::Plugins::Core
- Defined in:
- lib/amp-core/amp_plugin.rb
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Core
constructor
A new instance of Core.
- #load! ⇒ Object
Constructor Details
#initialize(opts = {}) ⇒ Core
Returns a new instance of Core.
9 10 11 |
# File 'lib/amp-core/amp_plugin.rb', line 9 def initialize(opts={}) @opts = opts end |
Instance Method Details
#load! ⇒ Object
13 14 15 |
# File 'lib/amp-core/amp_plugin.rb', line 13 def load! require 'amp-core' end |