Class: WithClues::Private::CustomClueMethodAnalysis::ThreeArgMethod

Inherits:
TwoArgMethod
  • Object
show all
Defined in:
lib/with_clues/private/custom_clue_method_analysis.rb

Instance Attribute Summary

Attributes inherited from TwoArgMethod

#errors

Instance Method Summary collapse

Methods inherited from TwoArgMethod

#valid?

Constructor Details

#initialize(params) ⇒ ThreeArgMethod

Returns a new instance of ThreeArgMethod.



97
98
99
100
# File 'lib/with_clues/private/custom_clue_method_analysis.rb', line 97

def initialize(params)
  super(params)
  require_keyword(3,params[2])
end