class ParamsReady::Restriction::Nothing

Public Class Methods

[](_) click to toggle source
# File lib/params_ready/restriction.rb, line 66
def self.[](_)
  Nothing
end
dup() click to toggle source
# File lib/params_ready/restriction.rb, line 70
def self.dup
  self
end
key?(_) click to toggle source
# File lib/params_ready/restriction.rb, line 62
def self.key?(_)
  false
end