Method: Confetti::PhoneGap::Plugin#initialize
- Defined in:
- lib/confetti/phonegap/plugin.rb
#initialize(name, src) ⇒ Plugin
Returns a new instance of Plugin.
6 7 8 9 |
# File 'lib/confetti/phonegap/plugin.rb', line 6 def initialize(name, src) @param_set = TypedSet.new Confetti::Config::Param super name, src end |