Method: Delorean::Ruby::Whitelists::Matchers::Arguments#initialize
- Defined in:
- lib/delorean/ruby/whitelists/matchers/arguments.rb
#initialize(called_on:, method_name:, with: []) ⇒ Arguments
Returns a new instance of Arguments.
12 13 14 15 16 |
# File 'lib/delorean/ruby/whitelists/matchers/arguments.rb', line 12 def initialize(called_on:, method_name:, with: []) @called_on = called_on @method_name = method_name @with = with end |