Object
# File lib/commands/plugin/plugin_pack.rb, line 8 def initialize(name) @name = name @plugins = [] @description = '' @author = '' @email = '' @website = '' end
# File lib/commands/plugin/plugin_pack.rb, line 17 def add_plugin(name, source) @plugins << Plugin.new(source, name) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.