Method: ParamProtected::Protector#initialize
- Defined in:
- lib/param_protected/protector.rb
#initialize ⇒ Protector
Returns a new instance of Protector.
3 4 5 |
# File 'lib/param_protected/protector.rb', line 3 def initialize @protections = [] end |