module GemeraldBeanstalk::BeanstalkHelper::ClassMethods
Public Instance Methods
load_plugin(plugin_name)
click to toggle source
# File lib/gemerald_beanstalk/beanstalk_helper.rb, line 30 def load_plugin(plugin_name) include(GemeraldBeanstalk::Plugin.const_get(plugin_name)) end