# File lib/little-plugger.rb, line 125
    def plugin( *names )
      plugin_names.concat(names.map! {|n| n.to_sym})
    end