module Roda::RodaPlugins::WedgePlugin::ClassMethods
Public Instance Methods
wedge_plugin(name, settings = {})
click to toggle source
# File lib/roda/plugins/wedge.rb, line 9 def wedge_plugin name, settings = {}, &block Wedge.plugin name, settings, &block end