module Roda::RodaPlugins::Wedge::InstanceMethods
Public Instance Methods
wedge(*args)
click to toggle source
# File lib/roda/plugins/wedge.rb, line 30 def wedge(*args) args << { scope: self } ::Wedge[*args] end