module ServiceOperation::Params::Anything

Matches any value

Public Class Methods

===(_other) click to toggle source

@return [true]

# File lib/service_operation/params/types.rb, line 20
def self.===(_other)
  true
end