# File lib/ramaze/plugin.rb, line 5
  def self.plugin(name, options = {})
    Plugin.load(name, options)
  end