module EndpointFlux::Middlewares::Decorator::Skip

Public Class Methods

perform(*args, _options) click to toggle source
# File lib/endpoint_flux/middlewares/decorator/skip.rb, line 5
def self.perform(*args, _options)
  args
end